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

Commit 350efb2e authored by Miranda Kephart's avatar Miranda Kephart Committed by Automerger Merge Worker
Browse files

Merge "Reset the screenshot preview intent on clear" into rvc-qpr-dev am: 1b0cd663 am: de470e25

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

Change-Id: Ib2d3c4fc8c5970190191f9bcbf850ab30ce90567
parents b28b20f5 de470e25
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1013,6 +1013,7 @@ public class GlobalScreenshot implements ViewTreeObserver.OnComputeInternalInset
        mScreenshotPreview.setLayerType(View.LAYER_TYPE_NONE, null);
        mScreenshotPreview.setContentDescription(
                mContext.getResources().getString(R.string.screenshot_preview_description));
        mScreenshotPreview.setOnClickListener(null);
        mScreenshotLayout.setAlpha(1);
        mDismissButton.setTranslationY(0);
        mActionsContainer.setTranslationY(0);