summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguangbing <guangbing@codeaurora.org>2016-04-21 14:14:23 +0800
committerArne Coucheron <arco68@gmail.com>2017-09-03 00:10:10 +0200
commit3d81d8d45ba61edd3f478716526294abd176c474 (patch)
treef126b7df938187df44c13d65dea319f799962c83
parent395d1546b5887031a705d0266670bf87696a2b4f (diff)
downloadandroid_packages_apps_Trebuchet-3d81d8d45ba61edd3f478716526294abd176c474.tar.gz
android_packages_apps_Trebuchet-3d81d8d45ba61edd3f478716526294abd176c474.tar.bz2
android_packages_apps_Trebuchet-3d81d8d45ba61edd3f478716526294abd176c474.zip
Launcher3: App search interface overlap with the desktop icon
App seach interface overlap with the desktop icon. Change-Id: Ifc20d8386fe267ecfdc7152b75894b1666facc45 CRs-Fixed: 1002855
-rw-r--r--src/com/android/launcher3/Launcher.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java
index 3d2e2874d..539206598 100644
--- a/src/com/android/launcher3/Launcher.java
+++ b/src/com/android/launcher3/Launcher.java
@@ -976,6 +976,7 @@ public class Launcher extends BaseActivity
if (mOnResumeState == State.WORKSPACE) {
showWorkspace(false);
} else if (mOnResumeState == State.APPS) {
+ mWorkspace.setVisibility(View.INVISIBLE);
boolean launchedFromApp = (mWaitingForResume != null);
// Don't update the predicted apps if the user is returning to launcher in the apps
// view after launching an app, as they may be depending on the UI to be static to