mirror of
https://github.com/immich-app/immich.git
synced 2025-12-08 02:04:00 +09:00
fix(mobile): share asset back button exit application (#18919)
* fix(mobile): remove dialog wrapper around share asset * removed from multiple share and delete share dialog class * Revert change to ShareDialog and useRootNavigator: false for showDialog
This commit is contained in:
@@ -186,6 +186,7 @@ class DownloadStateNotifier extends StateNotifier<DownloadState> {
|
|||||||
return const ShareDialog();
|
return const ShareDialog();
|
||||||
},
|
},
|
||||||
barrierDismissible: false,
|
barrierDismissible: false,
|
||||||
|
useRootNavigator: false,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ void handleShareAssets(
|
|||||||
return const ShareDialog();
|
return const ShareDialog();
|
||||||
},
|
},
|
||||||
barrierDismissible: false,
|
barrierDismissible: false,
|
||||||
|
useRootNavigator: false,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user