Commit 20682343 authored by clairehurst's avatar clairehurst 🌱 Committed by Pier Angelo Vendrame
Browse files

fixup! [android] Modify UI/UX

TB 44842: Replace instances of SwitchPreference with SwitchPreferenceCompat
parent 7c3fa2a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@
        android:key="@string/pref_key_advanced"
        android:layout="@layout/preference_category_no_icon_style">

        <SwitchPreference
        <SwitchPreferenceCompat
            android:key="@string/pref_key_allow_screenshots_in_private_mode"
            app:iconSpaceReserved="false"
            android:title="@string/preferences_allow_screenshots" />