We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1084add commit bc55137Copy full SHA for bc55137
1 file changed
README.md
@@ -204,7 +204,7 @@ A dialog with input-field
204
dialog.setTitleText("Edit Text");
205
dialog.setConfirmClickListener("OK", kAlertDialog -> {
206
kAlertDialog.dismissWithAnimation();
207
- kAlertDialog.getInputText(); //you get the input text by calling this
+ kAlertDialog.getInputText(); //you get the input text by calling thi`s
208
Toast.makeText(this, kAlertDialog.getInputText(), Toast.LENGTH_SHORT).show();
209
});
210
dialog.show();
0 commit comments