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:
JobiJoba 2025-06-09 09:35:19 +07:00 committed by GitHub
parent 0c965ae2ea
commit e0ac588ca8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,7 @@ class DownloadStateNotifier extends StateNotifier<DownloadState> {
return const ShareDialog();
},
barrierDismissible: false,
useRootNavigator: false,
);
}
}

View File

@ -43,6 +43,7 @@ void handleShareAssets(
return const ShareDialog();
},
barrierDismissible: false,
useRootNavigator: false,
);
}