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