From 884eadc26a49dec930a8f07ac51f671783c19681 Mon Sep 17 00:00:00 2001 From: ArcticFox00 <59260538+ArcticFox00@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:33:58 +0700 Subject: [PATCH] Update upgrade_alert.dart --- lib/src/upgrade_alert.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/src/upgrade_alert.dart b/lib/src/upgrade_alert.dart index e8b1efc5..c3964a21 100644 --- a/lib/src/upgrade_alert.dart +++ b/lib/src/upgrade_alert.dart @@ -203,10 +203,7 @@ class UpgradeAlertState extends State { } } - void popNavigator(BuildContext context) { - Navigator.of(context).pop(); - displayed = false; - } + void popNavigator(BuildContext context) {} bool get shouldDisplayReleaseNotes => widget.showReleaseNotes &&