Skip to content

Commit

Permalink
Merge pull request #497 from xxfttkx/branch-fix-time
Browse files Browse the repository at this point in the history
optimize loop logic
  • Loading branch information
Predidit authored Dec 21, 2024
2 parents 17b56c2 + f6b2580 commit 2c91fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/init_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ class _InitPageState extends State<InitPage> {
if (plugin.name == pluginHTTP.name) {
if (plugin.version != pluginHTTP.version) {
count++;
break;
}
break;
}
}
}
Expand Down

0 comments on commit 2c91fad

Please sign in to comment.