summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherAppState.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-06-18 13:56:59 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-06-18 14:04:00 -0700
commit2003c75ac43ecd66ee8a89142b7969feb993abe7 (patch)
tree1e2998554d7f413f125bd932db2ce330539a85f8 /src/com/android/launcher3/LauncherAppState.java
parent230eade4a35d9dfe9b186da46e38ca05f0256a69 (diff)
downloadandroid_packages_apps_Trebuchet-2003c75ac43ecd66ee8a89142b7969feb993abe7.tar.gz
android_packages_apps_Trebuchet-2003c75ac43ecd66ee8a89142b7969feb993abe7.tar.bz2
android_packages_apps_Trebuchet-2003c75ac43ecd66ee8a89142b7969feb993abe7.zip
Cancelling launcher reload on mcc change
Bug: 21022833 Change-Id: Iccd477e7b1638d162e1a500cdb7a52b8d359c657
Diffstat (limited to 'src/com/android/launcher3/LauncherAppState.java')
-rw-r--r--src/com/android/launcher3/LauncherAppState.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher3/LauncherAppState.java b/src/com/android/launcher3/LauncherAppState.java
index 0565d3f4b..83d90da97 100644
--- a/src/com/android/launcher3/LauncherAppState.java
+++ b/src/com/android/launcher3/LauncherAppState.java
@@ -95,7 +95,6 @@ public class LauncherAppState {
// Register intent receivers
IntentFilter filter = new IntentFilter();
filter.addAction(Intent.ACTION_LOCALE_CHANGED);
- filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED);
filter.addAction(SearchManager.INTENT_GLOBAL_SEARCH_ACTIVITY_CHANGED);
filter.addAction(SearchManager.INTENT_ACTION_SEARCHABLES_CHANGED);
// For handling managed profiles