diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-12-25 16:26:30 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-12-25 16:26:30 +0000 |
commit | fa55fb369dd4c893f300e75bfadb705a9e82233f (patch) | |
tree | bba546bc28100d4ddf5c95a654819c606730d092 /app/src/main/res/layout/fragment_post_history.xml | |
parent | 265805038df07da33808f1d539ab8f02d4a84f6a (diff) | |
download | infinity-for-reddit-fa55fb369dd4c893f300e75bfadb705a9e82233f.tar infinity-for-reddit-fa55fb369dd4c893f300e75bfadb705a9e82233f.tar.gz infinity-for-reddit-fa55fb369dd4c893f300e75bfadb705a9e82233f.tar.bz2 infinity-for-reddit-fa55fb369dd4c893f300e75bfadb705a9e82233f.tar.lz infinity-for-reddit-fa55fb369dd4c893f300e75bfadb705a9e82233f.tar.xz infinity-for-reddit-fa55fb369dd4c893f300e75bfadb705a9e82233f.tar.zst infinity-for-reddit-fa55fb369dd4c893f300e75bfadb705a9e82233f.zip |
Replace Filter settings with Post Filter.
Diffstat (limited to 'app/src/main/res/layout/fragment_post_history.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_post_history.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_post_history.xml b/app/src/main/res/layout/fragment_post_history.xml index 9ed65c7f..325d74e1 100644 --- a/app/src/main/res/layout/fragment_post_history.xml +++ b/app/src/main/res/layout/fragment_post_history.xml @@ -4,8 +4,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" - android:orientation="vertical" - tools:context=".settings.NsfwAndBlurringFragment"> + tools:context=".settings.PostHistoryFragment"> <LinearLayout android:layout_width="match_parent" |