mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-21 22:27:29 +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();
|
||||
if (context == null) return;
|
||||
screen.addPreference(getStorySortPreference(context));
|
||||
screen.addPreference(getHideMutedReelsPreference(context));
|
||||
screen.addPreference(getMarkStoriesSeenPreference(context));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user