summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/AppDelegate.swift')
-rw-r--r--Juick/AppDelegate.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/AppDelegate.swift b/Juick/AppDelegate.swift
index d1062f4..b711d2b 100644
--- a/Juick/AppDelegate.swift
+++ b/Juick/AppDelegate.swift
@@ -76,7 +76,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
}
// Called when a notification is delivered to a foreground app.
func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void) {
- completionHandler([.sound, .alert, .badge])
+ completionHandler([.sound, .list, .banner, .badge])
}
//Called to let your app know which action was selected by the user for a given notification.
func userNotificationCenter(_ center: UNUserNotificationCenter, didReceive response: UNNotificationResponse, withCompletionHandler completionHandler: @escaping () -> Void) {