aboutsummaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-07-28 12:33:48 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-07-28 12:33:48 +0000
commite660da55f0e133a21861ac11a8f192e5f4812e61 (patch)
treeb2e831ceffcbbc3790c8028692221b52bce906e6 /app/src/main
parenta8dff0bcda3d2fb15b3a24ef81ec88914e6e1ebf (diff)
downloadinfinity-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.xml5
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" />