Skip to content

Commit

Permalink
fix: reverted back to onPopInvoked since onPopInvokedWithResult is no…
Browse files Browse the repository at this point in the history
…t defined on the stable channel.
  • Loading branch information
CurtlyCritchlow committed Jun 14, 2024
1 parent ab05d31 commit c9daf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/at_sync_ui_flutter/lib/at_sync_material.dart
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class AtSyncDialog {
},
),
),
onPopInvokedWithResult: (didPop, result) => Future.value(
onPopInvoked: (didPop) => Future.value(
barrierDismissible,
),
),
Expand Down

0 comments on commit c9daf77

Please sign in to comment.