Updated on 2026-08-14

This commit is contained in:
Tangem 2020-11-18 13:12:47 +03:00
parent da27e05e0f
commit fb31d77fb4
2 changed files with 1 additions and 7 deletions

View file

@ -25,7 +25,7 @@ class HomeMiddleware {
when (action) {
is HomeAction.CheckIfFirstLaunch -> {
store.dispatch(
HomeAction.CheckIfFirstLaunch.Result(preferencesStorage.isFirstLaunch())
HomeAction.CheckIfFirstLaunch.Result(preferencesStorage.getCountOfLaunches() == 1)
)
}
is HomeAction.ReadCard -> {