summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-09-18 10:18:18 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-09-18 10:18:25 -0700
commit877f92893a758bbac389614ddce8e687bf62cfd2 (patch)
tree419bc74066a55b92f03b06dc751a203c22f2b9eb /src/com/android/launcher3
parent0a9598011e442fce107d68bda44cd50faa47614e (diff)
downloadandroid_packages_apps_Trebuchet-877f92893a758bbac389614ddce8e687bf62cfd2.tar.gz
android_packages_apps_Trebuchet-877f92893a758bbac389614ddce8e687bf62cfd2.tar.bz2
android_packages_apps_Trebuchet-877f92893a758bbac389614ddce8e687bf62cfd2.zip
Build fix
Change-Id: Ic9c8872dbabbd52b902a5890e7213b7e450bbcfb
Diffstat (limited to 'src/com/android/launcher3')
-rw-r--r--src/com/android/launcher3/LauncherModel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/LauncherModel.java b/src/com/android/launcher3/LauncherModel.java
index 1fd05246e..1b87b6319 100644
--- a/src/com/android/launcher3/LauncherModel.java
+++ b/src/com/android/launcher3/LauncherModel.java
@@ -3450,7 +3450,7 @@ public class LauncherModel extends BroadcastReceiver
List<ResolveInfo> providers = packageManager.queryIntentActivities(shortcutsIntent, 0);
sBgShortcutProviders = providers;
} catch (RuntimeException e) {
- if (!LauncherAppState.isDogfoodBuild() &&
+ if (!ProviderConfig.IS_DOGFOOD_BUILD &&
(e.getCause() instanceof TransactionTooLargeException ||
e.getCause() instanceof DeadObjectException)) {
/**