Loading packages/SystemUI/src/com/android/systemui/media/KeyguardMediaController.kt +3 −5 Original line number Diff line number Diff line Loading @@ -186,12 +186,10 @@ class KeyguardMediaController @Inject constructor( } private fun hideMediaPlayer() { if (useSplitShade) { // always hide splitShadeContainer as it's initially visible and may influence layout setVisibility(splitShadeContainer, View.GONE) } else { setVisibility(singlePaneContainer, View.GONE) } } private fun setVisibility(view: ViewGroup?, newVisibility: Int) { val previousVisibility = view?.visibility Loading Loading
packages/SystemUI/src/com/android/systemui/media/KeyguardMediaController.kt +3 −5 Original line number Diff line number Diff line Loading @@ -186,12 +186,10 @@ class KeyguardMediaController @Inject constructor( } private fun hideMediaPlayer() { if (useSplitShade) { // always hide splitShadeContainer as it's initially visible and may influence layout setVisibility(splitShadeContainer, View.GONE) } else { setVisibility(singlePaneContainer, View.GONE) } } private fun setVisibility(view: ViewGroup?, newVisibility: Int) { val previousVisibility = view?.visibility Loading