deviant
11/09/2017, 6:33 PMdelay
on different platforms:
while delay(Long.MAX_VALUE)
works as expected in javafx
desktop project (infinite delay)
in android this line does nothing. but this one works:
delay(Long.MAX_VALUE / 2)
and i have no clue whyelizarov
11/09/2017, 6:41 PMelizarov
11/09/2017, 6:41 PMdeviant
11/09/2017, 6:42 PMelizarov
11/10/2017, 11:34 AMelizarov
11/10/2017, 11:34 AMdeviant
11/10/2017, 11:36 AM