Updated on 2026-08-14
This commit is contained in:
parent
4098b27ebf
commit
59edfa2d94
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ sealed class WalletScreenAnalyticsEvent {
|
|||
|
||||
object BackupYourWallet : MainScreen(event = "Notice - Backup Your Wallet")
|
||||
|
||||
object UnlockAllWithFaceID : MainScreen(event = "Button - Unlock All With Face ID")
|
||||
object UnlockAllWithBiometrics : MainScreen(event = "Button - Unlock All With Biometrics")
|
||||
|
||||
object UnlockWithCardScan : MainScreen(event = "Button - Unlock With Card Scan")
|
||||
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ internal class WalletWarningsClickIntentsImplementer @Inject constructor(
|
|||
}
|
||||
|
||||
override fun onUnlockWalletClick() {
|
||||
analyticsEventHandler.send(MainScreen.UnlockAllWithFaceID)
|
||||
analyticsEventHandler.send(MainScreen.UnlockAllWithBiometrics)
|
||||
|
||||
viewModelScope.launch(dispatchers.main) {
|
||||
unlockWalletsUseCase(throwIfNotAllWalletsUnlocked = true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue