Skip to content

Commit d52dad9

Browse files
committed
dialog: make dialog scrollable
1 parent 3e1ccdf commit d52dad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/dialog.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ DialogStatus showErrorDialog({
5151
onPressed: () => Navigator.pop(context),
5252
child: _dialogActionText(zulipLocalizations.errorDialogContinue)),
5353
]));
54+
return DialogStatus(future);
5455
}
5556

5657
void showSuggestedActionDialog({

0 commit comments

Comments
 (0)