Merge pull request #3519 from vector-im/feature/bca/fix_crash_keybackup

Fix crash when setting up key backup
This commit is contained in:
Benoit Marty 2021-06-17 10:01:14 +02:00 committed by GitHub
commit 4b2cd1080d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,8 @@
<Button <Button
android:id="@+id/keys_backup_setup_step1_manual_export_button" android:id="@+id/keys_backup_setup_step1_manual_export_button"
style="@style/Widget.Vector.Button.Text" style="@style/Widget.Vector.Button.Text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="16dp" android:layout_margin="16dp"
android:layout_marginStart="@dimen/layout_horizontal_margin" android:layout_marginStart="@dimen/layout_horizontal_margin"
android:layout_marginEnd="@dimen/layout_horizontal_margin" android:layout_marginEnd="@dimen/layout_horizontal_margin"