Updated on 2026-08-14
This commit is contained in:
parent
a0432c18bd
commit
87fbd38dd7
4 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue