OSDN Git Service

Search: Fix race condition with results display
authorStephen Bird <sbird@cyngn.com>
Mon, 24 Aug 2015 23:19:05 +0000 (16:19 -0700)
committerStephen Bird <sbird@cyngn.com>
Wed, 26 Aug 2015 21:22:58 +0000 (14:22 -0700)
commit1a23b92dc1d3a1a2f9b386139c40281d9c24fc26
treef49ea1709d1e93cb765730102fd76744e7e7b5c6
parent450f3d55f9428817d5a2dd41aa9717d620ddf955
Search: Fix race condition with results display

Since results are now run through an asynctask before they are added
this created a race condition which lead to the screen sometimes
showing 'no results found' when results are actually available

Ticket: QRDL-995
Change-Id: I5b7ddb44c16603fac7ceca3f955038cc3d646de8
src/com/cyanogenmod/filemanager/activities/SearchActivity.java