From fa55fb369dd4c893f300e75bfadb705a9e82233f Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 26 Dec 2020 00:26:30 +0800 Subject: Replace Filter settings with Post Filter. --- app/src/main/res/layout/fragment_post_history.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/src/main/res/layout/fragment_post_history.xml') 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">