Loading packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotController.java +4 −0 Original line number Diff line number Diff line Loading @@ -780,6 +780,10 @@ public class ScreenshotController { } mWindowManager.removeViewImmediate(decorView); } // Ensure that we remove the input monitor if (mScreenshotView != null) { mScreenshotView.stopInputListening(); } } /** Loading packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotView.java +1 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,7 @@ public class ScreenshotView extends FrameLayout implements }); } private void stopInputListening() { void stopInputListening() { if (mInputMonitor != null) { mInputMonitor.dispose(); mInputMonitor = null; Loading Loading
packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotController.java +4 −0 Original line number Diff line number Diff line Loading @@ -780,6 +780,10 @@ public class ScreenshotController { } mWindowManager.removeViewImmediate(decorView); } // Ensure that we remove the input monitor if (mScreenshotView != null) { mScreenshotView.stopInputListening(); } } /** Loading
packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotView.java +1 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,7 @@ public class ScreenshotView extends FrameLayout implements }); } private void stopInputListening() { void stopInputListening() { if (mInputMonitor != null) { mInputMonitor.dispose(); mInputMonitor = null; Loading