Loading packages/SystemUI/src/com/android/systemui/media/MediaCarouselController.kt +5 −0 Original line number Diff line number Diff line Loading @@ -143,6 +143,11 @@ class MediaCarouselController @Inject constructor( if (newConfig == null) return isRtl = newConfig.layoutDirection == View.LAYOUT_DIRECTION_RTL } override fun onUiModeChanged() { // Only settings button needs to update for dark theme inflateSettingsButton() } } init { Loading Loading
packages/SystemUI/src/com/android/systemui/media/MediaCarouselController.kt +5 −0 Original line number Diff line number Diff line Loading @@ -143,6 +143,11 @@ class MediaCarouselController @Inject constructor( if (newConfig == null) return isRtl = newConfig.layoutDirection == View.LAYOUT_DIRECTION_RTL } override fun onUiModeChanged() { // Only settings button needs to update for dark theme inflateSettingsButton() } } init { Loading