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

Commit 5de0e66b authored by Justin Weir's avatar Justin Weir Committed by Android (Google) Code Review
Browse files

Merge "Add support for back action in split shade" into main

parents 8d70e481 5331a085
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -34,7 +34,11 @@ constructor(
    override fun animateCollapseQs(fullyCollapse: Boolean) {
        if (shadeInteractor.isQsExpanded.value) {
            val key =
                if (fullyCollapse || shadeModeInteractor.isDualShade) {
                if (
                    fullyCollapse ||
                        shadeModeInteractor.isDualShade ||
                        shadeModeInteractor.isSplitShade
                ) {
                    SceneFamilies.Home
                } else {
                    Scenes.Shade