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

Commit 2282b963 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Fix AM/PM visibility on clock" into gingerbread

parents 5d43721c b0c955f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ public class Clock extends TextView {
        boolean b24 = DateFormat.is24HourFormat(context);
        int res;

        if (b24) {
        if (b24 && AM_PM_STYLE == AM_PM_STYLE_GONE) {
            res = R.string.twenty_four_hour_time_format;
        } else {
            res = R.string.twelve_hour_time_format;