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

Commit 43f9a15d authored by Anton Potapov's avatar Anton Potapov
Browse files

Make createAndShowForSystemRouting use DialogTransitionAnimator.Controller

Flag: com.android.systemui.new_volume_panel
Test: manual on the phone with and without active media session
Fixes: 347980773
Change-Id: If5c64fc72163c88f014fd771bffbd328cfa24af1
parent 3d879a03
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -98,7 +98,7 @@ constructor(
        createAndShow(
        createAndShow(
            packageName = null,
            packageName = null,
            aboveStatusBar = false,
            aboveStatusBar = false,
            dialogTransitionAnimatorController = null,
            dialogTransitionAnimatorController = controller,
            includePlaybackAndAppMetadata = false,
            includePlaybackAndAppMetadata = false,
            userHandle = null,
            userHandle = null,
        )
        )