Prevent crash

This commit is contained in:
M66B 2020-03-20 08:22:22 +01:00
parent 81d32e6e40
commit 87e4669473
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,7 @@
android:id="@+id/rvAccount"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:animateLayoutChanges="false"
android:nestedScrollingEnabled="false"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@ -48,6 +49,7 @@
android:id="@+id/rvUnified"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:animateLayoutChanges="false"
android:nestedScrollingEnabled="false"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@ -66,6 +68,7 @@
android:id="@+id/rvFolder"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:animateLayoutChanges="false"
android:nestedScrollingEnabled="false"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@ -84,6 +87,7 @@
android:id="@+id/rvMenu"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:animateLayoutChanges="false"
android:nestedScrollingEnabled="false"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@ -113,6 +117,7 @@
android:id="@+id/rvMenuExtra"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:animateLayoutChanges="false"
android:nestedScrollingEnabled="false"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"