Skip to content

Commit

Permalink
clearinterval android
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Feb 9, 2024
1 parent 5f32349 commit 17e0781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/pages/AndroidEndPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,8 @@ function AndroidEndPage() {
readMSG();
}

if (message.includes('100')) {
if (message.includes('100ANDROID')) {
clearInterval(interval);
navigate('/android-finish');
}
}, pollingTime);
return () => clearInterval(interval);
Expand Down

0 comments on commit 17e0781

Please sign in to comment.