commit | 982af49707933862b35a39acfc700a2fd74c9d80 | [log] [tgz] |
---|---|---|
author | Patrick Dubroy <dubroy@google.com> | Fri Feb 11 10:41:52 2011 -0800 |
committer | Patrick Dubroy <dubroy@google.com> | Fri Feb 11 10:41:52 2011 -0800 |
tree | 741cf9948a7b701f649c5b213c42464d21f4e90a | |
parent | 3ff99d73d86fd604ca78278359e315486c5e26eb [diff] |
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.