Loading packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java +3 −1 Original line number Diff line number Diff line Loading @@ -594,7 +594,9 @@ class GlobalScreenshot { // Setup the animation with the screenshot just taken if (mScreenshotAnimation != null) { if (mScreenshotAnimation.isStarted()) { mScreenshotAnimation.end(); } mScreenshotAnimation.removeAllListeners(); } Loading Loading
packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java +3 −1 Original line number Diff line number Diff line Loading @@ -594,7 +594,9 @@ class GlobalScreenshot { // Setup the animation with the screenshot just taken if (mScreenshotAnimation != null) { if (mScreenshotAnimation.isStarted()) { mScreenshotAnimation.end(); } mScreenshotAnimation.removeAllListeners(); } Loading