Skip to content

Commit

Permalink
Merge pull request #2915 from cketti/fix_add_email_dialog
Browse files Browse the repository at this point in the history
Fix crash when adding additional email address while creating a key
  • Loading branch information
Valodim committed May 16, 2024
2 parents f0f35c6 + 8322027 commit 8d0bd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenKeychain/src/main/res/layout/add_email_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
android:text="@string/create_key_add_email_text"
android:textAppearance="?android:textAppearanceMedium" />

<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatEditText
android:id="@+id/add_email_address"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 8d0bd1f

Please sign in to comment.