Make payment page progress dialog dismissable
This commit is contained in:
parent
3059b472e2
commit
ed71e8e47e
1 changed files with 5 additions and 1 deletions
|
@ -49,7 +49,11 @@ class _PaymentWebPageState extends State<PaymentWebPage> {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
_dialog = createProgressDialog(context, S.of(context).pleaseWait);
|
||||
_dialog = createProgressDialog(
|
||||
context,
|
||||
S.of(context).pleaseWait,
|
||||
isDismissible: true,
|
||||
);
|
||||
if (initPaymentUrl == null) {
|
||||
return const EnteLoadingWidget();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue