Skip to content

Commit

Permalink
Update extension_navigation.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
jonataslaw authored Feb 16, 2024
1 parent 6e11aca commit 2f50a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/get_navigation/src/extension_navigation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ extension ExtensionDialog on GetInterface {
),
onPressed: () {
if (onCancel == null) {
//TODO: Close current dialog after api change
closeAllDialogs();
} else {
onCancel.call();
Expand Down

0 comments on commit 2f50a80

Please sign in to comment.