summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/AppsCustomizeCellLayout.java
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-09-05 21:47:39 +0200
committerMichael Jurka <mikejurka@google.com>2013-09-05 21:52:14 +0200
commit26acafbe67565a9cc6aeb7d6c43a1c6d1cb9b73c (patch)
tree7a06c7450ce3f101b4a65a8e77973336ee13ff76 /src/com/android/launcher3/AppsCustomizeCellLayout.java
parentc58497ee619416c4949b16eb43486c11618b69e5 (diff)
downloadandroid_packages_apps_Trebuchet-26acafbe67565a9cc6aeb7d6c43a1c6d1cb9b73c.tar.gz
android_packages_apps_Trebuchet-26acafbe67565a9cc6aeb7d6c43a1c6d1cb9b73c.tar.bz2
android_packages_apps_Trebuchet-26acafbe67565a9cc6aeb7d6c43a1c6d1cb9b73c.zip
Fix crash when setting wallpaper
Also clean up some unused code Change-Id: Ibef8d3d594cc859a993640fd6ee578e9eeb633d1
Diffstat (limited to 'src/com/android/launcher3/AppsCustomizeCellLayout.java')
-rw-r--r--src/com/android/launcher3/AppsCustomizeCellLayout.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/android/launcher3/AppsCustomizeCellLayout.java b/src/com/android/launcher3/AppsCustomizeCellLayout.java
index a2acb6459..3c8bda9db 100644
--- a/src/com/android/launcher3/AppsCustomizeCellLayout.java
+++ b/src/com/android/launcher3/AppsCustomizeCellLayout.java
@@ -17,12 +17,7 @@
package com.android.launcher3;
import android.content.Context;
-import android.content.res.Resources;
-import android.util.AttributeSet;
-import android.view.MotionEvent;
import android.view.View;
-import android.view.ViewDebug;
-import android.view.ViewGroup;
public class AppsCustomizeCellLayout extends CellLayout implements Page {
public AppsCustomizeCellLayout(Context context) {