Change threshold for dismissible dialog

This commit is contained in:
Neeraj Gupta 2022-12-19 11:51:37 +05:30
parent d5f54a692d
commit a33792f12e
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -28,7 +28,7 @@ Future<void> share(
final dialog = createProgressDialog(
context,
"Preparing...",
isDismissible: remoteFileCount > 1,
isDismissible: remoteFileCount > 2,
);
await dialog.show();
try {