We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1c23f commit 77e460bCopy full SHA for 77e460b
app/src/main/java/to/bitkit/repositories/WalletRepo.kt
@@ -70,6 +70,7 @@ class WalletRepo @Inject constructor(
70
try {
71
keychain.wipe()
72
appStorage.clear()
73
+ settingsStore.wipe()
74
coreService.activity.removeAll()
75
Result.success(Unit)
76
} catch (e: Throwable) {
0 commit comments