Browse Source
actually add getHideMutedReelsPreference
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
0 deletions
-
app/src/main/java/awais/instagrabber/fragments/settings/StoriesPreferencesFragment.java
|
|
@ -17,6 +17,7 @@ public class StoriesPreferencesFragment extends BasePreferencesFragment { |
|
|
|
final Context context = getContext(); |
|
|
|
if (context == null) return; |
|
|
|
screen.addPreference(getStorySortPreference(context)); |
|
|
|
screen.addPreference(getHideMutedReelsPreference(context)); |
|
|
|
screen.addPreference(getMarkStoriesSeenPreference(context)); |
|
|
|
} |
|
|
|
|
|
|
|