Loading packages/SystemUI/src/com/android/systemui/statusbar/Clock.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/Clock.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading