Loading packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/composable/StatusBarRoot.kt +1 −1 Original line number Diff line number Diff line Loading @@ -583,7 +583,7 @@ private fun addBatteryComposable( } } phoneStatusBarView.findViewById<ViewGroup>(R.id.system_icons).apply { addView(batteryComposeView, -1) addView(batteryComposeView, getChildCount() - 1) } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/composable/StatusBarRoot.kt +1 −1 Original line number Diff line number Diff line Loading @@ -583,7 +583,7 @@ private fun addBatteryComposable( } } phoneStatusBarView.findViewById<ViewGroup>(R.id.system_icons).apply { addView(batteryComposeView, -1) addView(batteryComposeView, getChildCount() - 1) } } Loading