Skip to content

Commit bc55137

Browse files
Update README.md
1 parent 1084add commit bc55137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ A dialog with input-field
204204
dialog.setTitleText("Edit Text");
205205
dialog.setConfirmClickListener("OK", kAlertDialog -> {
206206
kAlertDialog.dismissWithAnimation();
207-
kAlertDialog.getInputText(); //you get the input text by calling this
207+
kAlertDialog.getInputText(); //you get the input text by calling thi`s
208208
Toast.makeText(this, kAlertDialog.getInputText(), Toast.LENGTH_SHORT).show();
209209
});
210210
dialog.show();

0 commit comments

Comments
 (0)