OSDN Git Service

Fix 1948669. The grid of multi-selected video becomes white while it is being selected
authorChih-Chung Chang <chihchung@google.com>
Tue, 30 Jun 2009 06:37:57 +0000 (14:37 +0800)
committerChih-Chung Chang <chihchung@google.com>
Tue, 30 Jun 2009 06:37:57 +0000 (14:37 +0800)
commitb21c07c384f917f42df5448e944dd9a3660a681a
tree85e7c2a98d610165a435e431a6e5b49fe7d292fc
parentf695a1e9f759601fa66be37c81c8e341bc7b7dd6
Fix 1948669. The grid of multi-selected video becomes white while it is being selected

Only check thumbnail when the worker thread has been idle for 1 second.
This gives the ImageBlockManager some time to figure out what to load next.
src/com/android/camera/ImageLoader.java