mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-12 16:57:18 +01:00
Per-recipient ringtones can't be file based
This commit is contained in:
@@ -453,6 +453,10 @@ public class Recipient implements RecipientModifiedListener {
|
||||
}
|
||||
|
||||
public synchronized @Nullable Uri getRingtone() {
|
||||
if (ringtone != null && ringtone.getScheme() != null && ringtone.getScheme().startsWith("file")) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return ringtone;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user