Merge "Fix the ClassCastException of ChannelNotificationSettings"
This commit is contained in:
@@ -25,10 +25,9 @@
|
|||||||
android:order="1"
|
android:order="1"
|
||||||
android:layout="@layout/settings_entity_header" />
|
android:layout="@layout/settings_entity_header" />
|
||||||
|
|
||||||
<com.android.settingslib.widget.LayoutPreference
|
<com.android.settings.widget.SettingsMainSwitchPreference
|
||||||
android:key="block"
|
android:key="block"
|
||||||
android:order="2"
|
android:order="2" />
|
||||||
android:layout="@layout/styled_switch_bar" />
|
|
||||||
|
|
||||||
<!-- Importance toggle -->
|
<!-- Importance toggle -->
|
||||||
<com.android.settingslib.RestrictedSwitchPreference
|
<com.android.settingslib.RestrictedSwitchPreference
|
||||||
|
Reference in New Issue
Block a user