Updated on 2026-08-14
This commit is contained in:
parent
fc78ee3faa
commit
709eb125b3
7 changed files with 10 additions and 10 deletions
|
|
@ -245,14 +245,14 @@ internal class WalletModel @Inject constructor(
|
|||
"isBiometricsEnabled $isBiometricsEnabled," +
|
||||
"isHuaweiDevice $isHuaweiDevice",
|
||||
)
|
||||
if (!isBiometricsEnabled) return@launch
|
||||
if (!shouldShow) {
|
||||
return@launch
|
||||
}
|
||||
if (!shouldAskNotificationPermissionsViaBs) {
|
||||
notificationsRepository.setShouldAskNotificationPermissionsViaBs(true)
|
||||
return@launch
|
||||
}
|
||||
if (!isBiometricsEnabled) return@launch
|
||||
if (!shouldShow) {
|
||||
return@launch
|
||||
}
|
||||
|
||||
delay(timeMillis = 1_800)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue