Commit b81d476a authored by clairehurst's avatar clairehurst 🌱 Committed by Dan Ballard
Browse files

fixup! [android] Modify UI/UX

TB 44842: Replace instances of SwitchPreference with SwitchPreferenceCompat
parent cb92e36a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,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" />