Updated on 2026-08-14

This commit is contained in:
Tangem 2021-12-06 15:37:17 +03:00
parent 767a7f9400
commit 8f66155ee1

View file

@ -190,6 +190,7 @@ private fun prepareAllowedSecurityOptions(
if (card?.isTangemTwin() == true) {
allowedSecurityOptions.add(SecurityOption.PassCode)
allowedSecurityOptions.add(SecurityOption.LongTap)
}
if ((currentSecurityOption == SecurityOption.LongTap) || !prohibitDefaultPin) {
allowedSecurityOptions.add(SecurityOption.LongTap)