From 51ddd9fdd7e9841bacfce107aa239e4169f28d8b Mon Sep 17 00:00:00 2001 From: Nora Trapp Date: Fri, 9 Jul 2021 12:31:33 -0700 Subject: [PATCH] Allow picking mp3 and m4r notification sounds --- .../NotificationSettingsSoundViewController.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/AppSettings/Notifications/NotificationSettingsSoundViewController.swift b/Signal/src/ViewControllers/AppSettings/Notifications/NotificationSettingsSoundViewController.swift index edd21b5315..2b5f8c00a1 100644 --- a/Signal/src/ViewControllers/AppSettings/Notifications/NotificationSettingsSoundViewController.swift +++ b/Signal/src/ViewControllers/AppSettings/Notifications/NotificationSettingsSoundViewController.swift @@ -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 )