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

Commit 3741b349 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 6e618d60 d3aa56c1
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;