Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-19 14:06:58 +05:00
parent 7d0121c40c
commit 5284873a3e

View file

@ -53,7 +53,7 @@ internal class DisclaimerModel @Inject constructor(
val shouldAskPushPermission = notificationsRepository.shouldShowSubscribeOnNotificationsAfterUpdate()
val isHuaweiDevice = getIsHuaweiDeviceWithoutGoogleServicesUseCase()
if (shouldAskPushPermission && !isHuaweiDevice) {
router.push(AppRoute.PushNotification)
router.push(AppRoute.PushNotification(AppRoute.PushNotification.Source.Stories))
} else {
neverToInitiallyAskPermissionUseCase(PUSH_PERMISSION)
neverRequestPermissionUseCase(PUSH_PERMISSION)