Skip to content

Commit

Permalink
remove isTooSoon
Browse files Browse the repository at this point in the history
  • Loading branch information
phamgiaminh0112 committed Sep 10, 2024
1 parent a087be1 commit 9afd40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/upgrader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class Upgrader with WidgetsBindingObserver {
rv = false;
} else if (isBlocked) {
rv = true;
} else if (isTooSoon() || alreadyIgnoredThisVersion()) {
} else if (alreadyIgnoredThisVersion()) {
rv = false;
}
if (state.debugLogging) {
Expand Down

0 comments on commit 9afd40a

Please sign in to comment.