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

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