Fix refreshing in ViewPostDetailFragment too easily in two-pane layout.

This commit is contained in:
Alex Ning 2021-12-03 21:26:05 +08:00
parent 45f4fae786
commit 0d80bee501
2 changed files with 4 additions and 2 deletions

View File

@ -110,7 +110,8 @@
android:layout_marginTop="8dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:visibility="gone" />
android:visibility="gone"
android:nestedScrollingEnabled="false" />
<com.nex3z.flowlayout.FlowLayout
android:layout_width="match_parent"

View File

@ -110,7 +110,8 @@
android:layout_marginTop="8dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:visibility="gone" />
android:visibility="gone"
android:nestedScrollingEnabled="false" />
<com.nex3z.flowlayout.FlowLayout
android:layout_width="match_parent"