Cleaner formatting

This commit is contained in:
Anuken
2020-05-03 21:18:25 -04:00
parent 45d8188ba4
commit becc23ca42
31 changed files with 183 additions and 183 deletions

View File

@@ -154,7 +154,7 @@ public class IOSLauncher extends IOSApplication.Delegate{
pop.setSourceRect(targetRect);
pop.setPermittedArrowDirections(UIPopoverArrowDirection.None);
}
rootVc.presentViewController(p, true, () -> Log.info("Success! Presented {0}", to));
rootVc.presentViewController(p, true, () -> Log.info("Success! Presented @", to));
}catch(Throwable t){
ui.showException(t);
}