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

Commit 437471d5 authored by Miranda Kephart's avatar Miranda Kephart Committed by Automerger Merge Worker
Browse files

Merge "Remove unused variable previewBounds in ScreenshotView" into sc-dev am: c904b0da

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13483076

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ibc5011929192ce81d7373ffc31a39b93faa68f57
parents cf9c9823 c904b0da
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -325,8 +325,6 @@ public class ScreenshotView extends FrameLayout implements
            Log.d(TAG, "createAnim: bounds=" + bounds + " showFlash=" + showFlash);
        }

        Rect previewBounds = new Rect();
        mScreenshotPreview.getBoundsOnScreen(previewBounds);
        Rect targetPosition = new Rect();
        mScreenshotPreview.getHitRect(targetPosition);