pref: 收藏页面第一次刷新不显示动画

This commit is contained in:
HuanChengFly 2021-02-12 13:35:22 +08:00
parent 1185ae7061
commit 4340d08eba
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@
android:id="@+id/fragment_my_collect" android:id="@+id/fragment_my_collect"
android:name="com.huanchengfly.tieba.post.fragments.ThreadStoreFragment" android:name="com.huanchengfly.tieba.post.fragments.ThreadStoreFragment"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" /> app:layout_behavior="@string/appbar_scrolling_view_behavior" />
</com.huanchengfly.tieba.post.widgets.theme.TintCoordinatorLayout> </com.huanchengfly.tieba.post.widgets.theme.TintCoordinatorLayout>