mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Hide the dialog on page load
This commit is contained in:
parent
61d5f3189b
commit
b769c428eb
@ -331,6 +331,7 @@ class _StripeSubscriptionPageState extends State<StripeSubscriptionPage> {
|
||||
await _dialog.show();
|
||||
try {
|
||||
final String url = await _billingService.getStripeCustomerPortalUrl();
|
||||
await _dialog.hide();
|
||||
await Navigator.of(context).push(
|
||||
MaterialPageRoute(
|
||||
builder: (BuildContext context) {
|
||||
@ -342,7 +343,6 @@ class _StripeSubscriptionPageState extends State<StripeSubscriptionPage> {
|
||||
await _dialog.hide();
|
||||
await showGenericErrorDialog(context: context, error: e);
|
||||
}
|
||||
await _dialog.hide();
|
||||
}
|
||||
|
||||
Widget _stripeRenewOrCancelButton() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user