[fenix] For https://github.com/mozilla-mobile/fenix/issues/9574: Remove category layout from LeakCanary SwitchPreference

pull/600/head
mcarare 4 years ago committed by Emily Kager
parent d1d0a09f21
commit c0b09436d0

@ -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"

Loading…
Cancel
Save