Skip to content

Commit 77e460b

Browse files
committed
fix: solve conflicts
1 parent 3a1c23f commit 77e460b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/to/bitkit/repositories/WalletRepo.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class WalletRepo @Inject constructor(
7070
try {
7171
keychain.wipe()
7272
appStorage.clear()
73+
settingsStore.wipe()
7374
coreService.activity.removeAll()
7475
Result.success(Unit)
7576
} catch (e: Throwable) {

0 commit comments

Comments
 (0)