Fix pending restore widget touch issue am: bdffb53843 am: 9b6951db38
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15517689 Change-Id: I8bcb8f6cc657b24c4bba64e1183ff0a5853c6652
This commit is contained in:
@@ -85,7 +85,7 @@ public class PendingAppWidgetHostView extends LauncherAppWidgetHostView
|
||||
setBackgroundResource(R.drawable.pending_widget_bg);
|
||||
setWillNotDraw(false);
|
||||
|
||||
updateAppWidget(null);
|
||||
super.updateAppWidget(null);
|
||||
setOnClickListener(ItemClickHandler.INSTANCE);
|
||||
|
||||
if (info.pendingItemInfo == null) {
|
||||
|
||||
Reference in New Issue
Block a user