mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-23 21:29:12 +00:00
Subtle rebase conflicts...
This commit is contained in:
@@ -241,12 +241,10 @@ public class MessageNotifier {
|
||||
|
||||
private static void sendInThreadNotification(Context context) {
|
||||
try {
|
||||
SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
|
||||
if (!sp.getBoolean(ApplicationPreferencesActivity.IN_THREAD_NOTIFICATION_PREF, true)) {
|
||||
return;
|
||||
if (!TextSecurePreferences.isInThreadNotifications(context)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
String ringtone = TextSecurePreferences.getNotificationRingtone(context);
|
||||
|
||||
if (ringtone == null)
|
||||
|
Reference in New Issue
Block a user