Updated on 2026-08-14
This commit is contained in:
parent
34a364fca1
commit
3658f49240
2 changed files with 4 additions and 4 deletions
|
|
@ -185,7 +185,7 @@ private fun handleSecurityAction(
|
|||
private fun prepareAllowedSecurityOptions(
|
||||
card: Card?, currentSecurityOption: SecurityOption?
|
||||
): EnumSet<SecurityOption> {
|
||||
val prohibitDefaultPin = card?.settings?.isRemovingAccessCodeAllowed != true
|
||||
val prohibitDefaultPin = card?.settings?.isResettingUserCodesAllowed != true
|
||||
|
||||
val allowedSecurityOptions = EnumSet.noneOf(SecurityOption::class.java)
|
||||
if ((currentSecurityOption == SecurityOption.LongTap) || !prohibitDefaultPin) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue