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

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

Merge "Work around unintentionally translated String resource crashing SystemUI."

parents 206b3ad7 c29a6191
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Date format for display: should match the lockscreen in /policy.  -->
    <string name="system_ui_date_pattern">@*android:string/system_ui_date_pattern</string>
    <string name="system_ui_date_pattern" translatable="false">@*android:string/system_ui_date_pattern</string>

    <!-- Date format for the always on display.  -->
    <item type="string" name="system_ui_aod_date_pattern">eeeMMMd</item>
    <item type="string" name="system_ui_aod_date_pattern" translatable="false">eeeMMMd</item>
</resources>