Skip to content

Commit 6606ed3

Browse files
committed
chore: formating
1 parent eb15d59 commit 6606ed3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/HomeViewModel.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import kotlinx.coroutines.withContext
2222
import kotlinx.datetime.Clock
2323
import to.bitkit.BuildConfig
2424
import to.bitkit.data.SettingsStore
25-
import to.bitkit.data.dto.TransferType
2625
import to.bitkit.di.BgDispatcher
2726
import to.bitkit.models.Suggestion
2827
import 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
}

0 commit comments

Comments
 (0)