Skip to content

Commit c8f0fcc

Browse files
committed
Automatically focus url field when opening insert link dialog
1 parent 3146f78 commit c8f0fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/infomaniak/mail/ui/newMessage/InsertLinkDialog.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class InsertLinkDialog @Inject constructor(
5454
.create()
5555
.also {
5656
it.setOnShowListener { dialog ->
57-
displayNameEditText.showKeyboard()
57+
urlEditText.showKeyboard()
5858
resetDialogState()
5959
setConfirmButtonListener(dialog)
6060
}

0 commit comments

Comments
 (0)