diff --git a/ts/util/notifications.ts b/ts/util/notifications.ts index dfed584d4..ae5632581 100644 --- a/ts/util/notifications.ts +++ b/ts/util/notifications.ts @@ -131,7 +131,7 @@ function update(forceRefresh = false) { isAppFocused: forceRefresh ? false : isAppFocused, isAudioNotificationEnabled, isAudioNotificationSupported: audioNotificationSupported, - isEnabled, + isEnabled: forceRefresh ? true : isEnabled, numNotifications, userSetting, });