edvin
04/28/2017, 1:08 PMCall action off of UI thread
however, does an explicit execute
on the helloCommand
and passes in a parameter directly. This call is fired off of the UI thread, but the hello
action will still fire on the UI thread because of the ui = true
parameter passed to the Command()
constructor.