Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bad3348b authored by Miranda Kephart's avatar Miranda Kephart Committed by Android (Google) Code Review
Browse files

Merge "Launch scrolling screenshots directly from ScreenshotController" into 24D1-dev

parents 2c4120b2 21614e0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);