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

Commit afdd5ded authored by kaiyiz's avatar kaiyiz Committed by Gerrit Code Review
Browse files

Contacts:The "Settings" button should display in Chinese mode

In Chinese mode,the parameters "config_sort_order_user_changeable"
and "config_display_order_user_changeable" set false,this causes
"Settings" button disappear.

In Chinese mode,set "config_sort_order_user_changeable" and
"config_display_order_user_changeable" to true.

CRs-Fixed: 521577

Change-Id: I52095e5fe7f9cb155e96fbf6a1d0d2b50649bc7d
parent d60baeaf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

<resources>
    <!-- If true, an option is shown in Display Options UI to choose a sort order -->
    <bool name="config_sort_order_user_changeable">false</bool>
    <bool name="config_sort_order_user_changeable">true</bool>

    <!-- If true, the default sort order is primary (i.e. by given name) -->
    <bool name="config_default_sort_order_primary">true</bool>

    <!-- If true, an option is shown in Display Options UI to choose a name display order -->
    <bool name="config_display_order_user_changeable">false</bool>
    <bool name="config_display_order_user_changeable">true</bool>

    <!-- If true, the default sort order is primary (i.e. by given name) -->
    <bool name="config_default_display_order_primary">true</bool>
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

<resources>
    <!-- If true, an option is shown in Display Options UI to choose a sort order -->
    <bool name="config_sort_order_user_changeable">false</bool>
    <bool name="config_sort_order_user_changeable">true</bool>

    <!-- If true, the default sort order is primary (i.e. by given name) -->
    <bool name="config_default_sort_order_primary">true</bool>

    <!-- If true, an option is shown in Display Options UI to choose a name display order -->
    <bool name="config_display_order_user_changeable">false</bool>
    <bool name="config_display_order_user_changeable">true</bool>

    <!-- If true, the default sort order is primary (i.e. by given name) -->
    <bool name="config_default_display_order_primary">true</bool>