Code cleanup

This commit is contained in:
Anuken
2018-10-06 11:56:39 -04:00
parent 0ce226d0c9
commit fd107ab5b8
48 changed files with 94 additions and 195 deletions

View File

@@ -59,7 +59,7 @@ public class AndroidTextFieldDialog{
while(!isBuild){
try{
Thread.sleep(10);
}catch(InterruptedException e){
}catch(InterruptedException ignored){
}
}