Fix crash

This commit is contained in:
世界
2023-09-06 19:44:38 +08:00
parent 03f9dc4883
commit 49a9fb3817
5 changed files with 23 additions and 20 deletions

View File

@@ -36,7 +36,8 @@
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/dashboardPager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:saveEnabled="false" />
</LinearLayout>