Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-24 17:04:17 +03:00
parent a0432c18bd
commit 87fbd38dd7
4 changed files with 8 additions and 3 deletions

View file

@ -304,7 +304,9 @@ internal class WalletModel @Inject constructor(
notificationsRepository.setShouldAskNotificationPermissionsViaBs(true)
return@launch
}
if (!isBiometricsEnabled) return@launch
if (!hotWalletFeatureToggles.isHotWalletEnabled && !isBiometricsEnabled) {
return@launch
}
if (!shouldShow) {
return@launch
}