summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-02-06 13:43:54 +0100
committerSteve Kondik <shade@chemlab.org>2013-08-17 02:35:27 -0700
commitb51e4a73a1eccf903bd488022b2de7a407e04f31 (patch)
treefdf46e3b37b027100a495a4b188d206d842d486e /src/com/cyanogenmod/trebuchet
parent3bc0399cda899e1bca2a7bc3e9f10914edd0f248 (diff)
downloadandroid_packages_apps_Trebuchet-b51e4a73a1eccf903bd488022b2de7a407e04f31.tar.gz
android_packages_apps_Trebuchet-b51e4a73a1eccf903bd488022b2de7a407e04f31.tar.bz2
android_packages_apps_Trebuchet-b51e4a73a1eccf903bd488022b2de7a407e04f31.zip
Fix crash caused by double loading of widget previews
Bug: 8146408
Diffstat (limited to 'src/com/cyanogenmod/trebuchet')
-rwxr-xr-xsrc/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java b/src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java
index 781886554..9ca1882ab 100755
--- a/src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java
+++ b/src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java
@@ -1448,6 +1448,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
maxPreviewWidth, maxPreviewHeight);
}
}
+ layout.setOnLayoutListener(null);
}
});
}