OSDN Git Service

make sure MountPointInfo and DiskUsageInfo runs in the UI Thread.
authorAndré Rivotti Casimiro <acasimiro@cyngn.com>
Mon, 30 Mar 2015 10:08:06 +0000 (11:08 +0100)
committerNir Bruderman <nbruderman@gmail.com>
Mon, 30 Mar 2015 12:57:06 +0000 (12:57 +0000)
commit8b1fef1fb52c2f0f5268e1a99b415e83f0db04a0
treee356f6bb2ef6cf3d26012079eebcca45b4c3fef0
parent6e039982eb0d6f8bc39d8690f67b2622ec1efcb0
make sure MountPointInfo and DiskUsageInfo runs in the UI Thread.

At some point the original View was dettached and both mMountPointInfo and mDiskUsageInfo handler's were null which means the Ruannable wasn't executed.

Change-Id: I883af543b19bc644e451109675c241a8c84e5d64
(cherry picked from commit d7558cf8cdbcc377264c3ff1f05e2c202380c97e)
src/com/cyanogenmod/filemanager/tasks/FilesystemAsyncTask.java