mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Add new notification system.
This commit is contained in:
committed by
Greyson Parrelli
parent
c8f17e2ab0
commit
e796968d19
@@ -18,6 +18,10 @@ public class NotificationPrivacyPreference {
|
||||
return "all".equals(preference);
|
||||
}
|
||||
|
||||
public boolean isDisplayNothing() {
|
||||
return !isDisplayContact();
|
||||
}
|
||||
|
||||
@Override
|
||||
public @NonNull String toString() {
|
||||
return preference;
|
||||
|
||||
Reference in New Issue
Block a user