diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-12-26 09:30:56 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-12-26 09:30:56 +0000 |
commit | 60908860b790d69cedd8fde5d734875633a611a6 (patch) | |
tree | 1bedf5de4de0ff1947ebc30a0d47816b59a132b3 /app/src/main/res/xml | |
parent | 97b5c5d5c6e4f0327aaa0e864ae1ce36b6e26a15 (diff) | |
download | infinity-for-reddit-60908860b790d69cedd8fde5d734875633a611a6.tar infinity-for-reddit-60908860b790d69cedd8fde5d734875633a611a6.tar.gz infinity-for-reddit-60908860b790d69cedd8fde5d734875633a611a6.tar.bz2 infinity-for-reddit-60908860b790d69cedd8fde5d734875633a611a6.tar.lz infinity-for-reddit-60908860b790d69cedd8fde5d734875633a611a6.tar.xz infinity-for-reddit-60908860b790d69cedd8fde5d734875633a611a6.tar.zst infinity-for-reddit-60908860b790d69cedd8fde5d734875633a611a6.zip |
Remove SubredditFilter completely.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/filter_preferences.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app/src/main/res/xml/filter_preferences.xml b/app/src/main/res/xml/filter_preferences.xml deleted file mode 100644 index f0e4fa62..00000000 --- a/app/src/main/res/xml/filter_preferences.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto"> - - <Preference - app:icon="@drawable/ic_info_preference_24dp" - app:summary="@string/restart_app_see_changes" - app:enabled="false" /> - - <PreferenceCategory - app:title="@string/settings_subreddit_filter_category" /> - - <Preference - app:key="subreddit_filter_popular_and_all" - app:title="@string/settings_subreddit_filter_popular_and_all" /> - -</PreferenceScreen>
\ No newline at end of file |