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

Commit d38bec27 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[KeyguardMediaController] Fix activeContainer logs" into main

parents 006a21ab 7628dc3a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -297,6 +297,7 @@ constructor(
        }
    }

    private val activeContainer: ViewGroup? =
        if (useSplitShade) splitShadeContainer else singlePaneContainer
    // This field is only used to log current active container.
    private val activeContainer: ViewGroup?
        get() = if (useSplitShade) splitShadeContainer else singlePaneContainer
}