Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 1e7d5d9

Browse files
flovilmartBasThomas
authored andcommitted
Adds sound option so device can vibrate and ring (#2625)
1 parent 45e9cf6 commit 1e7d5d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Systems/BadgeNotifications.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ final class BadgeNotifications {
6363
}
6464
if isLocalNotificationEnabled {
6565
options.insert(.alert)
66+
options.insert(.sound)
6667
}
6768

6869
if !options.isEmpty {

0 commit comments

Comments
 (0)