actually add getHideMutedReelsPreference

This commit is contained in:
Austin Huang 2021-04-07 07:36:21 -04:00 committed by GitHub
parent 917e4f3fbd
commit a2f73eeb2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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));
}