Fré Dumazy
11/14/2017, 4:26 PMsynchronized(lock) inside a async(UI) block, but this throws an exception java.lang.IllegalStateException: Already resumed, but got exception java.lang.IllegalMonitorStateException: did not lock monitor on object of type 'java.lang.Object' before unlocking
Is there another way that should be used to lock async blocks?