Updated on 2026-08-14
This commit is contained in:
parent
5a8ebb312c
commit
047a48eaf0
12 changed files with 76 additions and 18 deletions
|
|
@ -133,7 +133,10 @@ internal class CreateHardwareWalletModel @Inject constructor(
|
|||
return
|
||||
}
|
||||
|
||||
saveWalletUseCase(userWallet = userWallet).fold(
|
||||
saveWalletUseCase(
|
||||
userWallet = userWallet,
|
||||
analyticsSource = AnalyticsParam.ScreensSources.AddNew,
|
||||
).fold(
|
||||
ifLeft = { saveWalletError ->
|
||||
delay(HIDE_PROGRESS_DELAY)
|
||||
setLoading(false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue