Allow picking mp3 and m4r notification sounds

This commit is contained in:
Nora Trapp 2021-07-09 12:31:33 -07:00
parent 8cc4e01d46
commit 51ddd9fdd7

View File

@ -107,7 +107,9 @@ class NotificationSettingsSoundViewController: OWSTableViewController2 {
"com.microsoft.waveform-audio",
"public.aifc-audio",
"public.aiff-audio",
"com.apple.coreaudio-format"
"com.apple.coreaudio-format",
"public.mp3",
"com.apple.mpeg-4-ringtone"
],
in: .import
)