Fix pending restore widget touch issue am: bdffb53843

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15517689

Change-Id: Ie1cd0fccfcb7377853f326e6e0476c3ec08be97a
This commit is contained in:
Steven Ng 2021-08-11 23:49:30 +00:00 committed by Automerger Merge Worker
commit 8facf46000
1 changed files with 1 additions and 1 deletions

View File

@ -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) {