summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherAppState.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-06-05 11:14:01 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-06-05 11:36:20 -0700
commit9637364c447cd8df12dd70d3c769d101b7565df7 (patch)
tree7d086084caeb48d5f5d570e281a0c6093d647ad6 /src/com/android/launcher3/LauncherAppState.java
parent8d8c73b591bf58f93f8841938ad8ce92085f7105 (diff)
downloadandroid_packages_apps_Trebuchet-9637364c447cd8df12dd70d3c769d101b7565df7.tar.gz
android_packages_apps_Trebuchet-9637364c447cd8df12dd70d3c769d101b7565df7.tar.bz2
android_packages_apps_Trebuchet-9637364c447cd8df12dd70d3c769d101b7565df7.zip
Fixing crash in restore
> LauncherAppState cannot be initialized during restore, as it is not called from a looper thread. Bug: 21275736 Change-Id: Ifdb3f9913fa2ee63a7e1566d0c5cfc6f72b4f41e
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 afa09ec83..0950f9f8d 100644
--- a/src/com/android/launcher3/LauncherAppState.java
+++ b/src/com/android/launcher3/LauncherAppState.java
@@ -21,7 +21,6 @@ import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
-import android.content.res.Configuration;
import android.content.res.Resources;
import android.util.Log;