OSDN Git Service

CM File Manager - Make AsyncResultExecutable's cancel() and end() innocuous
authorRohit Yengisetty <rohit@cyngn.com>
Tue, 10 Feb 2015 18:44:26 +0000 (10:44 -0800)
committerAdnan Begovic <adnan@cyngn.com>
Thu, 12 Feb 2015 22:53:31 +0000 (22:53 +0000)
commit3c4f362ad20d1254d67fd60da2185392afe3c155
tree09fceab81b76d43ee17172568ffc7bef2ca47d65
parent5d7137a769d36df672509469587aecd1622be85b
CM File Manager - Make AsyncResultExecutable's cancel() and end() innocuous

Ensure that cancel() and end() calls don't block the current thread
unnecessarily waiting for a notify().

Change-Id: I05843c8e1bdf880243e1fe9a226809aeaf33986b
src/com/cyanogenmod/filemanager/activities/SearchActivity.java
src/com/cyanogenmod/filemanager/commands/java/FindCommand.java
src/com/cyanogenmod/filemanager/commands/secure/FindCommand.java