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,
isAudioNotificationEnabled,
isAudioNotificationSupported: audioNotificationSupported,
isEnabled,
isEnabled: forceRefresh ? true : isEnabled,
numNotifications,
userSetting,
});

Loading…
Cancel
Save