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