fix: qa feedback - notification preview works on first click

pull/2522/head
William Grant 3 years ago
parent b566cb6685
commit be238e2332

@ -131,7 +131,7 @@ function update(forceRefresh = false) {
isAppFocused: forceRefresh ? false : isAppFocused, isAppFocused: forceRefresh ? false : isAppFocused,
isAudioNotificationEnabled, isAudioNotificationEnabled,
isAudioNotificationSupported: audioNotificationSupported, isAudioNotificationSupported: audioNotificationSupported,
isEnabled, isEnabled: forceRefresh ? true : isEnabled,
numNotifications, numNotifications,
userSetting, userSetting,
}); });

Loading…
Cancel
Save