Fix 3421874: Crash when quickly tapping in wallpaper picker screen

We can't do a UI operation on a background thread. Fix is to move
the code into onProgressUpdate, which runs on the UI thread.
1 file changed