Yet another attempt to fix (issue 6282761)
Change-Id: Iabb0dd8e59e566ddef71d4aa7aa684f52d06b3b3
This commit is contained in:
@@ -669,6 +669,12 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
|
||||
return false;
|
||||
}
|
||||
|
||||
// This can happen in some weird cases involving multi-touch. We can't start dragging the
|
||||
// widget if this is null, so we break out.
|
||||
if (mCreateWidgetInfo == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Compose the drag image
|
||||
Bitmap preview;
|
||||
Bitmap outline;
|
||||
|
||||
Reference in New Issue
Block a user