mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 14:47:29 +00:00
Update NotificationsPreferencesFragment.java
This commit is contained in:
parent
9cc019d2ae
commit
cbb7b8654a
@ -15,7 +15,7 @@ public class NotificationsPreferencesFragment extends BasePreferencesFragment {
|
|||||||
final Context context = getContext();
|
final Context context = getContext();
|
||||||
if (context == null) return;
|
if (context == null) return;
|
||||||
screen.addPreference(getActivityNotificationsPreference(context));
|
screen.addPreference(getActivityNotificationsPreference(context));
|
||||||
screen.addPreference(getDMNotificationsPreference(context));
|
// screen.addPreference(getDMNotificationsPreference(context));
|
||||||
}
|
}
|
||||||
|
|
||||||
private Preference getActivityNotificationsPreference(@NonNull final Context context) {
|
private Preference getActivityNotificationsPreference(@NonNull final Context context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user