Browse Source

Push replacement on entering passphrase

Vishnu Mohandas 4 years ago
parent
commit
ecd56f19df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/ui/password_reentry_page.dart

+ 1 - 1
lib/ui/password_reentry_page.dart

@@ -89,7 +89,7 @@ class _PasswordReentryPageState extends State<PasswordReentryPage> {
                           await dialog.hide();
                           if (!BillingService.instance
                               .hasActiveSubscription()) {
-                            Navigator.of(context).push(
+                            Navigator.of(context).pushReplacement(
                               MaterialPageRoute(
                                 builder: (BuildContext context) {
                                   return SubscriptionPage();