소스 검색

Push replacement on entering passphrase

Vishnu Mohandas 4 년 전
부모
커밋
ecd56f19df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();