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

Commit bc3a5d51 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[pixel-search] URGENT: bug fix for teamfood: fix crash when tapping on...

Merge "[pixel-search] URGENT: bug fix for teamfood: fix crash when tapping on a screenshot result" into ub-launcher3-master
parents 3cc1aa96 9c43bfa7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ public class ThumbnailSearchResultView extends androidx.appcompat.widget.AppComp
            bitmap = Bitmap.createBitmap(bitmap, 0,
                    bitmap.getHeight() / 2 - bitmap.getWidth() / 2,
                    bitmap.getWidth(), bitmap.getWidth());
            setTag(itemInfo);
        } else {
            bitmap = (Bitmap) target.getExtras().getParcelable("bitmap");
            WorkspaceItemInfo itemInfo = new WorkspaceItemInfo();