Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 749f8c54 authored by Steven Ng's avatar Steven Ng Committed by Automerger Merge Worker
Browse files

Fix pending restore widget touch issue am: bdffb538 am: 8facf460

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

Change-Id: I4ce17b8b2c3ac35d7cecc58813e148784869fda9
parents b014e909 8facf460
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {