Skip to content

Commit 1027420

Browse files
committed
add persistent notification to Notification Center
1 parent 39119c9 commit 1027420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Notifications/PushNotificationsManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ extension PushNotificationsManager {
264264
// Check if this is a local notification
265265
if !content.isRemoteNotification {
266266
// Display local notifications with banner and sound when app is in foreground
267-
return [.banner, .sound]
267+
return [.banner, .sound, .list]
268268
}
269269
}
270270

0 commit comments

Comments
 (0)