diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-07-28 12:33:48 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-07-28 12:33:48 +0000 |
commit | e660da55f0e133a21861ac11a8f192e5f4812e61 (patch) | |
tree | b2e831ceffcbbc3790c8028692221b52bce906e6 /app/src/main | |
parent | a8dff0bcda3d2fb15b3a24ef81ec88914e6e1ebf (diff) | |
download | infinity-for-reddit-e660da55f0e133a21861ac11a8f192e5f4812e61.tar infinity-for-reddit-e660da55f0e133a21861ac11a8f192e5f4812e61.tar.gz infinity-for-reddit-e660da55f0e133a21861ac11a8f192e5f4812e61.tar.bz2 infinity-for-reddit-e660da55f0e133a21861ac11a8f192e5f4812e61.tar.lz infinity-for-reddit-e660da55f0e133a21861ac11a8f192e5f4812e61.tar.xz infinity-for-reddit-e660da55f0e133a21861ac11a8f192e5f4812e61.tar.zst infinity-for-reddit-e660da55f0e133a21861ac11a8f192e5f4812e61.zip |
Remove duplicate settings in VideoPreferenceFragment.
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/xml/video_preferences.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/res/xml/video_preferences.xml b/app/src/main/res/xml/video_preferences.xml index 93a77e9f..decf2674 100644 --- a/app/src/main/res/xml/video_preferences.xml +++ b/app/src/main/res/xml/video_preferences.xml @@ -21,11 +21,6 @@ <SwitchPreference app:defaultValue="false" - app:key="remember_mute_status_in_post_feed" - app:title="@string/settings_automatically_try_redgifs_title" /> - - <SwitchPreference - app:defaultValue="false" app:key="video_player_ignore_nav_bar" app:title="@string/settings_video_player_ignore_nav_bar_title" app:summary="@string/settings_video_player_ignore_nav_bar_summary" /> |