Browse Source
Update NotificationsPreferencesFragment.java
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/src/main/java/awais/instagrabber/fragments/settings/NotificationsPreferencesFragment.java
|
|
@ -15,7 +15,7 @@ public class NotificationsPreferencesFragment extends BasePreferencesFragment { |
|
|
|
final Context context = getContext(); |
|
|
|
if (context == null) return; |
|
|
|
screen.addPreference(getActivityNotificationsPreference(context)); |
|
|
|
screen.addPreference(getDMNotificationsPreference(context)); |
|
|
|
// screen.addPreference(getDMNotificationsPreference(context)); |
|
|
|
} |
|
|
|
|
|
|
|
private Preference getActivityNotificationsPreference(@NonNull final Context context) { |
|
|
|