Skip to content

Commit

Permalink
Master
Browse files Browse the repository at this point in the history
  • Loading branch information
Na.Ong committed Nov 7, 2024
1 parent 54e4869 commit f5d4ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/upgrade_alert.dart
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class UpgradeAlertState extends State<UpgradeAlert> {
context: context,
builder: (BuildContext context) {
return PopScope(
canPop: onCanPop(),
canPop: false,
onPopInvokedWithResult: (didPop, result) {
if (widget.upgrader.state.debugLogging) {
print('upgrader: showTheDialog onPopInvoked: $didPop');
Expand Down

0 comments on commit f5d4ba2

Please sign in to comment.