summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher2/Launcher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/Launcher.java b/src/com/android/launcher2/Launcher.java
index 6d95555a1..8aa57bb09 100644
--- a/src/com/android/launcher2/Launcher.java
+++ b/src/com/android/launcher2/Launcher.java
@@ -559,6 +559,7 @@ public final class Launcher extends Activity
if (!mWorkspaceLoading) {
mWorkspace.post(mBuildLayersRunnable);
}
+ clearTypedText();
}
@Override
@@ -1302,7 +1303,6 @@ public final class Launcher extends Activity
if (initialQuery == null) {
// Use any text typed in the launcher as the initial query
initialQuery = getTypedText();
- clearTypedText();
}
if (appSearchData == null) {
appSearchData = new Bundle();