diff --git a/lib/seeds_app.dart b/lib/seeds_app.dart index fa1fb4c74..8d094cbf2 100644 --- a/lib/seeds_app.dart +++ b/lib/seeds_app.dart @@ -75,7 +75,9 @@ class SeedsApp extends StatelessWidget { break; case AuthStatus.emptyPasscode: case AuthStatus.locked: - if (navigator.currentRouteName() == null) { + if (navigator.currentRouteName() == null || + navigator.currentRouteName() == Routes.importKey || + navigator.currentRouteName() == Routes.importWords) { navigator.pushAndRemoveAll(Routes.app); } navigator.navigateTo(Routes.verification);