mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
actually add getHideMutedReelsPreference
This commit is contained in:
parent
917e4f3fbd
commit
a2f73eeb2d
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue