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

Unverified Commit 1e98f9f2 authored by Michael Bestas's avatar Michael Bestas
Browse files

fixup! SystemUI: Register content observer for clock position

Change-Id: I1c5094dc5e6aa8797414d53dfc62be493c2d05ca
parent 065a0c0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -361,9 +361,9 @@ public class PhoneStatusBarView extends FrameLayout implements Callbacks {
        LayoutParams centeredAreaParams =
                (LayoutParams) findViewById(R.id.centered_area).getLayoutParams();
        centeredAreaParams.leftMargin =
                winRotation == Surface.ROTATION_0 ? -insets.first : 0;
                winRotation == Surface.ROTATION_0 ? -insets.left : 0;
        centeredAreaParams.rightMargin =
                winRotation == Surface.ROTATION_0 ? -insets.second : 0;
                winRotation == Surface.ROTATION_0 ? -insets.right : 0;
    }

    public ClockController getClockController() {