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

Unverified Commit 8151f8ff authored by LuK1337's avatar LuK1337
Browse files

fixup! SystemUI: Clock position customization

We need to ensure right_clock is the last system_icons view.

Change-Id: Idc8968270e01080f0820e31ebd17fd553472bf0b
parent f7107a35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -583,7 +583,7 @@ private fun addBatteryComposable(
            }
        }
    phoneStatusBarView.findViewById<ViewGroup>(R.id.system_icons).apply {
        addView(batteryComposeView, -1)
        addView(batteryComposeView, getChildCount() - 1)
    }
}