mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Fix bug with notification privacy and bubbles.
This commit is contained in:
@@ -52,7 +52,7 @@ public final class BubbleUtil {
|
||||
}
|
||||
|
||||
NotificationPrivacyPreference privacyPreference = TextSecurePreferences.getNotificationPrivacy(context);
|
||||
if (!privacyPreference.isDisplayMessage()) {
|
||||
if (!privacyPreference.isDisplayContact()) {
|
||||
Log.i(TAG, "Bubbles are not available when notification privacy settings are enabled.");
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user