We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b6990 commit db1a067Copy full SHA for db1a067
app/src/main/java/com/infomaniak/mail/ui/newMessage/InsertLinkDialog.kt
@@ -77,7 +77,7 @@ class InsertLinkDialog @Inject constructor(
77
alertDialog.show()
78
}
79
80
- // Pre fills the display name with the url's content if the fields contain the same value.
+ // Pre-fills the display name with the url's content if the fields contain the same value.
81
private fun showDisplayNamePreview() = with(binding) {
82
displayNameEditText.setTextColor(activityContext.getColor(R.color.tertiaryTextColor))
83
0 commit comments