Commit a2ea53d8 authored by mcarare's avatar mcarare Committed by Emily Kager
Browse files

For #9574: Remove category layout from LeakCanary SwitchPreference

parent 4159cd3d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -136,8 +136,7 @@
            android:icon="@drawable/ic_info"
            android:key="@string/pref_key_leakcanary"
            android:title="@string/preference_leakcanary"
            app:isPreferenceVisible="@bool/IS_DEBUG"
        android:layout="@layout/preference_cat_style" />
            app:isPreferenceVisible="@bool/IS_DEBUG" />

        <androidx.preference.SwitchPreference
            android:icon="@drawable/ic_energy"