Merge pull request #3519 from vector-im/feature/bca/fix_crash_keybackup
Fix crash when setting up key backup
This commit is contained in:
commit
4b2cd1080d
|
@ -84,6 +84,8 @@
|
|||
<Button
|
||||
android:id="@+id/keys_backup_setup_step1_manual_export_button"
|
||||
style="@style/Widget.Vector.Button.Text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="16dp"
|
||||
android:layout_marginStart="@dimen/layout_horizontal_margin"
|
||||
android:layout_marginEnd="@dimen/layout_horizontal_margin"
|
||||
|
|
Loading…
Reference in New Issue