Skip to content

Commit 032fa88

Browse files
committed
Add durationUntilAlertAgain parameter to upgrade alert configuration
1 parent 6f95505 commit 032fa88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/routes/routes.dart

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ abstract final // ignore: prefer-single-declaration-per-file
229229
minAppVersion:
230230
RemoteConfigImplementation().getRequiredMinimumVersion(),
231231
messages: DutchUpgradeMessages(),
232+
durationUntilAlertAgain: Duration(minutes: 1),
232233
),
233234
showIgnore: false,
234235
showLater: false,

0 commit comments

Comments
 (0)