mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-16 06:12:19 -08:00
Fixed iOS text fields not getting source text
This commit is contained in:
parent
13e911eaa1
commit
dbfe5196e7
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ public class TextFieldDialogListener {
|
|||
alertView.setAlertViewStyle(UIAlertViewStyle.PlainTextInput);
|
||||
|
||||
UITextField uiTextField = alertView.getTextField(0);
|
||||
uiTextField.setText(field.getText());
|
||||
|
||||
uiTextField.setDelegate(new UITextFieldDelegateAdapter() {
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue