Loading packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotController.java +1 −1 Original line number Diff line number Diff line Loading @@ -661,7 +661,7 @@ public class ScreenshotController { () -> { final Intent intent = ActionIntentCreator.INSTANCE.createLongScreenshotIntent( owner, mContext); mActionIntentExecutor.launchIntentAsync(intent, owner, true, null, null); mContext.startActivity(intent); }, mViewProxy::restoreNonScrollingUi, mViewProxy::startLongScreenshotTransition); Loading Loading
packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotController.java +1 −1 Original line number Diff line number Diff line Loading @@ -661,7 +661,7 @@ public class ScreenshotController { () -> { final Intent intent = ActionIntentCreator.INSTANCE.createLongScreenshotIntent( owner, mContext); mActionIntentExecutor.launchIntentAsync(intent, owner, true, null, null); mContext.startActivity(intent); }, mViewProxy::restoreNonScrollingUi, mViewProxy::startLongScreenshotTransition); Loading