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

Commit 9c43bfa7 authored by Hilary Huo's avatar Hilary Huo
Browse files

[pixel-search] URGENT: bug fix for teamfood: fix crash when tapping on a screenshot result

Bug: b/171596755
Change-Id: I125404dbe5a4e5f8e3bdc233e3a82db3dca48f42
parent cb403d9e
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();