Merge "Revert "Only display single line for title"" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
725fd986ff
@@ -51,7 +51,6 @@ public class AppSwitchPreference extends SwitchPreference {
|
||||
|
||||
@Override
|
||||
public void onBindViewHolder(PreferenceViewHolder holder) {
|
||||
setSingleLineTitle(true);
|
||||
super.onBindViewHolder(holder);
|
||||
final View switchView = holder.findViewById(android.R.id.switch_widget);
|
||||
if (switchView != null) {
|
||||
|
||||
Reference in New Issue
Block a user