mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 06:37:30 +00:00
actually add getHideMutedReelsPreference
This commit is contained in:
parent
917e4f3fbd
commit
a2f73eeb2d
@ -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…
Reference in New Issue
Block a user