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

Commit a4c9a59b authored by Jing (Mia) Wang's avatar Jing (Mia) Wang Committed by kaiyiz
Browse files

Lock screen didn't display AM/PM after disable 24-hour format.

When disable "Use 24-hour format" in system setting, lock screen
did not display AM/PM while status bar's display format was OK.

CRs-Fixed: 772152

Change-Id: I7e6dc14c2740269bbf4e71f7169853865c646954
parent f8757faa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2117,7 +2117,7 @@
   <bool name="config_reject_call_via_sms_enabled">true</bool>

   <!-- Should the device show AM/PM in unlock screen -->
   <bool name="config_show_ampm_in_unlock_screen">false</bool>
   <bool name="config_show_ampm_in_unlock_screen">true</bool>
   <!-- Configuration to play sms ringtone during MO/MT call -->
   <bool name="config_sms_ringtone_incall">false</bool>
</resources>