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

Commit c9292f2e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "SystemUI: Status bar didn't display AM/PM after disable 24-hour format."

parents 9fd6d393 93497109
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public class Clock extends TextView implements DemoMode {
                R.styleable.Clock,
                0, 0);
        try {
            mAmPmStyle = a.getInt(R.styleable.Clock_amPmStyle, AM_PM_STYLE_GONE);
            mAmPmStyle = a.getInt(R.styleable.Clock_amPmStyle, AM_PM_STYLE_NORMAL);
        } finally {
            a.recycle();
        }