mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 06:56:31 +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();
|
final Context context = getContext();
|
||||||
if (context == null) return;
|
if (context == null) return;
|
||||||
screen.addPreference(getStorySortPreference(context));
|
screen.addPreference(getStorySortPreference(context));
|
||||||
|
screen.addPreference(getHideMutedReelsPreference(context));
|
||||||
screen.addPreference(getMarkStoriesSeenPreference(context));
|
screen.addPreference(getMarkStoriesSeenPreference(context));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue