Skip to content

Commit

Permalink
Update upgrade_alert.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticFox00 authored Nov 7, 2024
1 parent f5d4ba2 commit 884eadc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/src/upgrade_alert.dart
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,7 @@ class UpgradeAlertState extends State<UpgradeAlert> {
}
}

void popNavigator(BuildContext context) {
Navigator.of(context).pop();
displayed = false;
}
void popNavigator(BuildContext context) {}

bool get shouldDisplayReleaseNotes =>
widget.showReleaseNotes &&
Expand Down

0 comments on commit 884eadc

Please sign in to comment.