Updated on 2026-08-14
This commit is contained in:
parent
da27e05e0f
commit
fb31d77fb4
2 changed files with 1 additions and 7 deletions
|
|
@ -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 -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue