+4

Allow queries outside the UI thread

Filipe Cabecinhas 12 ár síðan 0
What I want: To be able to perform queries to the UI outside the UI thread.

There's no sense in making View.name() only callable in the UI thread. That goes for several other methods that only query certain view properties and don't do anything else.