Add new notification system.

This commit is contained in:
Cody Henthorne
2021-04-13 17:12:54 -04:00
committed by Greyson Parrelli
parent c8f17e2ab0
commit e796968d19
23 changed files with 2030 additions and 56 deletions

View File

@@ -18,6 +18,10 @@ public class NotificationPrivacyPreference {
return "all".equals(preference);
}
public boolean isDisplayNothing() {
return !isDisplayContact();
}
@Override
public @NonNull String toString() {
return preference;