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

Commit d3aa56c1 authored by Rohan Shah's avatar Rohan Shah
Browse files

[QS] Update night light time from 24 to 12-hr

Fixing a small typo (capitalization) in the date time pattern for the
formatter. This'll fix the time format for the night light's secondary
label.

Test: visual
Bug: 69973398
Change-Id: I1fd48b33e140bb3b6e0587be89e10297d036aa2a
parent ff73b838
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ public class NightDisplayTile extends QSTileImpl<BooleanState>
     * Pattern for {@link java.time.format.DateTimeFormatter} used to approximate the time to the
     * nearest hour and add on the AM/PM indicator.
     */
    private static final String APPROXIMATE_HOUR_DATE_TIME_PATTERN = "H a";
    private static final String APPROXIMATE_HOUR_DATE_TIME_PATTERN = "h a";

    private ColorDisplayController mController;
    private boolean mIsListening;