Updated on 2026-08-14
This commit is contained in:
parent
3704607598
commit
21b514caa1
15 changed files with 133 additions and 5 deletions
|
|
@ -15,4 +15,8 @@ internal class DefaultSettingsRepository(
|
|||
preferencesDataSource.appRatingLaunchObserver.isReadyToShow()
|
||||
}
|
||||
}
|
||||
|
||||
override suspend fun shouldShowSaveUserWalletScreen(): Boolean {
|
||||
return withContext(dispatchers.io) { preferencesDataSource.shouldShowSaveUserWalletScreen }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue