From 79a7e0f6f6033b0bcfb013d75fc2c5a67b36c5ae Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 26 Aug 2021 20:01:24 +0800 Subject: Fix ClassCastException. --- app/src/main/res/layout-sw600dp/fragment_view_post_detail.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/layout-sw600dp') diff --git a/app/src/main/res/layout-sw600dp/fragment_view_post_detail.xml b/app/src/main/res/layout-sw600dp/fragment_view_post_detail.xml index d7fd9d2a..d1637b0c 100644 --- a/app/src/main/res/layout-sw600dp/fragment_view_post_detail.xml +++ b/app/src/main/res/layout-sw600dp/fragment_view_post_detail.xml @@ -24,7 +24,7 @@ android:layout_height="match_parent" android:layout_weight="1" android:clipToPadding="false" - app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" /> + app:layoutManager=".customviews.LinearLayoutManagerBugFixed" /> + app:layoutManager=".customviews.LinearLayoutManagerBugFixed" /> -- cgit v1.2.3