Prevent crash

https://issuetracker.google.com/issues/148720682
This commit is contained in:
M66B 2020-10-01 08:29:04 +02:00
parent b4d396c05d
commit 8a60b058fb
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content"
android:animateLayoutChanges="false">
<ImageButton <ImageButton
android:id="@+id/ibExpanderAccount" android:id="@+id/ibExpanderAccount"