Skip to content

Commit 780ff15

Browse files
committed
fix keychain reset not resetting wallet state (#6740)
1 parent c83df67 commit 780ff15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/screens/SettingsSheet/components/DevSection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ const DevSection = () => {
188188
if (shouldWipeKeychain) {
189189
await wipeKeychain();
190190
await clearMMKVStorage();
191+
await clearWalletState({ resetKeychain: true });
191192

192193
// we need to navigate back to the welcome screen
193194
navigate(Routes.WELCOME_SCREEN);

0 commit comments

Comments
 (0)