Skip to content

Commit

Permalink
dismissBottomModal
Browse files Browse the repository at this point in the history
  • Loading branch information
Nehal Jaisalmeria authored and Nehal Jaisalmeria committed Dec 6, 2023
1 parent 63d199c commit 34c3cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/action/bottom_modal_action.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ class DismissBottomModalAction extends EnsembleAction {
return Navigator.maybePop(
bottomModalContext, scopeManager.dataContext.eval(payload));
}
return Future.value(null);
return Navigator.maybePop(context, scopeManager.dataContext.eval(payload));
}
}

0 comments on commit 34c3cf8

Please sign in to comment.