parent
f2ce1b4032
commit
2fb9806f36
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ public class MessageNotifier {
|
|||
return;
|
||||
}
|
||||
|
||||
Uri uri = recipients.getRingtone();
|
||||
Uri uri = recipients != null ? recipients.getRingtone() : null;
|
||||
|
||||
if (uri == null) {
|
||||
String ringtone = TextSecurePreferences.getNotificationRingtone(context);
|
||||
|
|
Loading…
Add table
Reference in a new issue