Skip to content

Fix potential NPE in AndroidExecutorImpl

akwizgran requested to merge 665-android-executor-npe into master

Always wait for the startup latch to ensure the background thread's Handler is initialised before using it.

Closes #665 (closed).

Merge request reports