mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Add notification settings to debuglogs.
This commit is contained in:
committed by
Cody Henthorne
parent
f2ea13a142
commit
f8dde57133
@@ -1,5 +1,7 @@
|
||||
package org.thoughtcrime.securesms.preferences.widgets;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
|
||||
public class NotificationPrivacyPreference {
|
||||
|
||||
private final String preference;
|
||||
@@ -16,4 +18,8 @@ public class NotificationPrivacyPreference {
|
||||
return "all".equals(preference);
|
||||
}
|
||||
|
||||
@Override
|
||||
public @NonNull String toString() {
|
||||
return preference;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user