File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import kotlinx.coroutines.withContext
2222import kotlinx.datetime.Clock
2323import to.bitkit.BuildConfig
2424import to.bitkit.data.SettingsStore
25- import to.bitkit.data.dto.TransferType
2625import to.bitkit.di.BgDispatcher
2726import to.bitkit.models.Suggestion
2827import to.bitkit.models.TransferType
@@ -229,6 +228,7 @@ class HomeViewModel @Inject constructor(
229228 TimedSheets .BACKUP -> {
230229 settingsStore.update { it.copy(backupWarningIgnoredMillis = currentTime) }
231230 }
231+
232232 TimedSheets .HIGH_BALANCE -> {
233233 settingsStore.update {
234234 it.copy(
@@ -242,6 +242,7 @@ class HomeViewModel @Inject constructor(
242242 TimedSheets .NOTIFICATIONS -> {
243243 settingsStore.update { it.copy(notificationsIgnoredMillis = currentTime) }
244244 }
245+
245246 TimedSheets .QUICK_PAY -> {
246247 settingsStore.update { it.copy(quickPayIntroSeen = true ) }
247248 }
You can’t perform that action at this time.
0 commit comments