Join Slack
Powered by
how about `Handler.postDelayed(amount: Int, unit: ...
# android
j
jw
03/24/2016, 2:33 PM
how about
Handler.postDelayed(amount: Int, unit: TimeUnit, ...)
so it becomes
handler.postDelayed(2, SECONDS) { .. }
?
2
Views
Open in Slack
Previous
Next