Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-26 16:50:32 +05:00
parent 3fae2d6b60
commit 34aa80f961
4 changed files with 13 additions and 5 deletions

View file

@ -75,13 +75,16 @@ internal class CreateWalletSelectionModel @Inject constructor(
),
),
onBuyClick = ::onBuyClick,
showAlreadyHaveWallet = true,
),
)
init {
showAlreadyHaveWalletWithDelay()
// temporarily disabled by timer and enabled by default
// showAlreadyHaveWalletWithDelay()
}
@Suppress("UnusedPrivateMember")
private fun showAlreadyHaveWalletWithDelay() {
modelScope.launch {
delay(SHOW_ALREADY_HAVE_WALLET_DELAY)