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

Commit c904b0da authored by Miranda Kephart's avatar Miranda Kephart Committed by Android (Google) Code Review
Browse files

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

parents 7a05f93e 18ee7acd
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);