We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17be05f commit d3dcb3fCopy full SHA for d3dcb3f
app/src/main/java/to/bitkit/repositories/WalletRepo.kt
@@ -121,9 +121,6 @@ class WalletRepo @Inject constructor(
121
emptyList()
122
}
123
124
- _walletState.update {
125
- it.copy(isGeoBlocked = coreService.isGeoBlocked())
126
- }
127
clearBip21State(clearTags = false)
128
refreshAddressIfNeeded()
129
updateBip21Invoice()
@@ -604,7 +601,6 @@ data class WalletState(
604
601
val bip21AmountSats: ULong? = null,
605
602
val bip21Description: String = "",
606
603
val selectedTags: List<String> = listOf(),
607
- val isGeoBlocked: Boolean = false,
608
val walletExists: Boolean = false,
609
)
610
0 commit comments