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

Commit 1da374f5 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Fix Switch UI

parent 61d9f07c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    <PreferenceCategory
        android:title="@string/prefcat_accounts_settings_title"
        app:iconSpaceReserved="false">
        <SwitchPreferenceCompat
        <SwitchPreference
            android:persistent="false"
            android:key="allow_upload_game_played"
            android:summary="@string/pref_allow_upload_game_played_summary"
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
            android:summary="@string/pref_droidguard_mode_network_summary"
            android:title="@string/pref_droidguard_mode_network_title" />
    </PreferenceCategory>
    <SwitchPreferenceCompat
    <SwitchPreference
        android:defaultValue="true"
        android:persistent="false"
        android:key="pref_droidguard_block_hw_attestation"