Remove unused variable previewBounds in ScreenshotView

Bug: 174682382
Test: manual

Change-Id: I62f74a9a836a4183723e19793c2d63839463df69
This commit is contained in:
Miranda Kephart
2021-02-04 12:05:22 -05:00
parent 5d9b76bd83
commit 18ee7acdcb

View File

@@ -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);