Skip to content

Commit a5110e4

Browse files
author
darkhan.nausharipov
committed
progress dialog is undismissible (apache#25255)
1 parent 2cb7c58 commit a5110e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • playground/frontend/playground_components/lib/src/widgets/dialogs

playground/frontend/playground_components/lib/src/widgets/dialogs/progress.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class ProgressDialog extends StatelessWidget {
3030
var shown = true;
3131
unawaited(
3232
showDialog(
33+
barrierDismissible: false,
3334
context: navigatorKey.currentContext!,
3435
builder: (_) => const ProgressDialog(),
3536
).whenComplete(() {

0 commit comments

Comments
 (0)