Calling ui.wait(long) with just a miliseconds values throws the following exception:
java.lang.IllegalMonitorStateException: current thread is not owner
at java.base/java.lang.Object.wait0(Native Method)
at java.base/java.lang.Object.wait(Object.java:366)
Seems there is an issue to pause the current UI thread properly.
Calling ui.wait(long) with just a miliseconds values throws the following exception:
Seems there is an issue to pause the current UI thread properly.