Updated on 2026-08-14
This commit is contained in:
parent
3fae2d6b60
commit
34aa80f961
4 changed files with 13 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue