Merge "Reset the screenshot preview intent on clear" into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1b0cd663cf
@@ -1013,6 +1013,7 @@ public class GlobalScreenshot implements ViewTreeObserver.OnComputeInternalInset
|
|||||||
mScreenshotPreview.setLayerType(View.LAYER_TYPE_NONE, null);
|
mScreenshotPreview.setLayerType(View.LAYER_TYPE_NONE, null);
|
||||||
mScreenshotPreview.setContentDescription(
|
mScreenshotPreview.setContentDescription(
|
||||||
mContext.getResources().getString(R.string.screenshot_preview_description));
|
mContext.getResources().getString(R.string.screenshot_preview_description));
|
||||||
|
mScreenshotPreview.setOnClickListener(null);
|
||||||
mScreenshotLayout.setAlpha(1);
|
mScreenshotLayout.setAlpha(1);
|
||||||
mDismissButton.setTranslationY(0);
|
mDismissButton.setTranslationY(0);
|
||||||
mActionsContainer.setTranslationY(0);
|
mActionsContainer.setTranslationY(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user