mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 01:07:30 +07:00
Fixed iOS text fields not getting source text
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user