Updated on 2026-08-14
This commit is contained in:
parent
5d5e5038dd
commit
b0cfaa4a86
1 changed files with 2 additions and 0 deletions
|
|
@ -227,6 +227,8 @@ internal class WalletWarningsClickIntentsImplementer @Inject constructor(
|
|||
class DerivationData(val derivations: Pair<ByteArrayKey, List<DerivationPath>>)
|
||||
|
||||
override fun onOpenUnlockWalletsBottomSheetClick() {
|
||||
analyticsEventHandler.send(MainScreen.WalletUnlockTapped)
|
||||
|
||||
val config = requireNotNull(stateHolder.getSelectedWallet().bottomSheetConfig) {
|
||||
"Impossible to open unlock wallet bottom sheet if it's null"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue