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

Commit 32312328 authored by Chris Göllner's avatar Chris Göllner
Browse files

Screen Record Tile: animate background bounds changes

Test: Manual
Flag: NONE
Fixes: 316856425
Change-Id: Iec38678b9ff4153532cf895f99963edf57e5f84f
parent 1c668cf2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -194,7 +194,8 @@ public class ScreenRecordTile extends QSTileImpl<QSTile.BooleanState>
        ActivityStarter.OnDismissAction dismissAction = () -> {
            if (shouldAnimateFromView) {
                mDialogLaunchAnimator.showFromView(dialog, view, new DialogCuj(
                        InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, INTERACTION_JANK_TAG));
                        InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, INTERACTION_JANK_TAG),
                        /* animateBackgroundBoundsChange= */ true);
            } else {
                dialog.show();
            }