aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorjing.zhao <jing.zhao@ck-telecom.com>2015-04-15 18:13:28 +0800
committerjing.zhao <jing.zhao@ck-telecom.com>2015-04-15 18:36:50 +0800
commit37e947a354edad76d4e91258b535c4658b54e2e9 (patch)
tree3e2732b44fa7fdd1ca2ad2fe53af3490ec487909 /src/com
parent7e13ec2fa4fc052c2a880a8dba8ed871b3bc10ca (diff)
downloadandroid_packages_apps_CMFileManager-37e947a354edad76d4e91258b535c4658b54e2e9.tar.gz
android_packages_apps_CMFileManager-37e947a354edad76d4e91258b535c4658b54e2e9.tar.bz2
android_packages_apps_CMFileManager-37e947a354edad76d4e91258b535c4658b54e2e9.zip
[CMFileManager] Always display searching progress after back to the search result view
1.Go into the root directory, click the search icon and input the directory name(Such as: dlt). 2.In Search results view, you can see the dlt directory, then click the directory. 3.press back key, back to the Search results view, the lower right corner's searching progress has always show. After Seaching, the searching progress shouldn't show. Change-Id: Id1a3291effcebcd7c9536dec74175d6d019e83f1
Diffstat (limited to 'src/com')
-rw-r--r--src/com/cyanogenmod/filemanager/activities/SearchActivity.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/cyanogenmod/filemanager/activities/SearchActivity.java b/src/com/cyanogenmod/filemanager/activities/SearchActivity.java
index f89c2ee4..66218bc6 100644
--- a/src/com/cyanogenmod/filemanager/activities/SearchActivity.java
+++ b/src/com/cyanogenmod/filemanager/activities/SearchActivity.java
@@ -877,6 +877,8 @@ public class SearchActivity extends Activity
SearchActivity.this.mQuery = query;
SearchActivity.this.mSearchDirectory = mRestoreState.getSearchDirectory();
+ mStreamingSearchProgress.setVisibility(View.INVISIBLE);
+
} catch (Throwable ex) {
//Capture the exception
ExceptionUtil.translateException(SearchActivity.this, ex);