Updated on 2026-08-14
This commit is contained in:
parent
408d7fcf13
commit
4f21ecb7a2
1 changed files with 3 additions and 1 deletions
|
|
@ -123,7 +123,9 @@ private fun handleSecurityAction(
|
|||
state.copy(securityScreenState = SecurityScreenState(currentOption = securityOption))
|
||||
}
|
||||
is DetailsAction.ManageSecurity.OpenSecurity -> {
|
||||
if (state.card?.isStart2Coin == true) {
|
||||
if (state.scanResponse?.card?.isStart2Coin == true ||
|
||||
state.scanResponse?.isTangemNote() == true
|
||||
) {
|
||||
return state.copy(securityScreenState = state.securityScreenState?.copy(
|
||||
allowedOptions = EnumSet.of(SecurityOption.LongTap),
|
||||
selectedOption = state.securityScreenState.currentOption
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue