iOS fixes

This commit is contained in:
Anuken
2018-07-17 14:15:43 -04:00
parent 6f6601d270
commit 946e60937d
5 changed files with 2 additions and 11 deletions

View File

@@ -2,5 +2,5 @@ app.version=4.0
app.id=io.anuke.mindustry
app.mainclass=io.anuke.mindustry.IOSLauncher
app.executable=IOSLauncher
app.build=14
app.build=17
app.name=Mindustry

View File

@@ -26,6 +26,7 @@ public class TextFieldDialogListener {
});
}
@SuppressWarnings("deprecation")
private static void show(TextField field, int maxLength){
UIAlertViewDelegateAdapter delegate = new UIAlertViewDelegateAdapter() {