how can I start an action after handler is finished in the code below: After the 300ms I want the b...
t
how can I start an action after handler is finished in the code below: After the 300ms I want the buttons to be enabled
Copy code
Handler(Looper.getMainLooper()).postDelayed({ falseButton.isEnabled = false; trueButton.isEnabled = false }, 300)