mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Fix crash in notification settings.
This commit is contained in:
committed by
Greyson Parrelli
parent
c48ea68e7e
commit
b2038e4ca0
@@ -42,7 +42,7 @@ public final class RingtoneUtil {
|
||||
try {
|
||||
return RingtoneManager.getActualDefaultRingtoneUri(context, RingtoneManager.TYPE_RINGTONE);
|
||||
} catch (SecurityException e) {
|
||||
Log.w(TAG, "Failed to set ringtone with first fallback approach", e);
|
||||
Log.w(TAG, "Failed to get ringtone with first fallback approach", e);
|
||||
}
|
||||
|
||||
Log.i(TAG, "Attempting to get default ringtone directly via reflection");
|
||||
|
||||
Reference in New Issue
Block a user