Merge "Reset the screenshot preview intent on clear" into rvc-qpr-dev am: 1b0cd663cf am: de470e25a5
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12191479 Change-Id: Ib2d3c4fc8c5970190191f9bcbf850ab30ce90567
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user