This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

Hello. Why program continue running before touch action (tap) performed?
It seems like touch action method running in parallel.
How can I ‘suspend’ program until touch action is actually performed?
I have to use thread.sleep, but is there correct solution?
Is there a way to wait until touch action is finished?