From c0b09436d0cc14bdb10fc1eb1417183ea3719771 Mon Sep 17 00:00:00 2001 From: mcarare Date: Wed, 1 Apr 2020 11:14:03 +0300 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/9574: Remove category layout from LeakCanary SwitchPreference --- app/src/main/res/xml/preferences.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index d30a6a677a..51632e8d6a 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -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" />