cbruegg
03/28/2017, 4:01 PMonPause may be invoked on the UI thread between download().await() and performSomeWorkOnTheUI() since the call to performSomeWorkOnTheUI is posted to a Handler. The Handler may process this message after onPause has happened.