mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 01:27:17 +00:00
[mob][photos] Fix system back gesture closing the app when triggered after closing a modal
This commit is contained in:
@@ -25,11 +25,12 @@ Future<ButtonResult?> showActionSheet({
|
||||
Widget? bodyWidget,
|
||||
String? body,
|
||||
String? bodyHighlight,
|
||||
bool useRootNavigator = false,
|
||||
}) {
|
||||
return showMaterialModalBottomSheet(
|
||||
backgroundColor: Colors.transparent,
|
||||
barrierColor: backdropFaintDark,
|
||||
useRootNavigator: true,
|
||||
useRootNavigator: useRootNavigator,
|
||||
context: context,
|
||||
isDismissible: isDismissible,
|
||||
enableDrag: enableDrag,
|
||||
|
Reference in New Issue
Block a user