Merge "Revert "Only display single line for title"" into rvc-qpr-dev

This commit is contained in:
Tsung-Mao Fang
2021-04-01 15:56:19 +00:00
committed by Android (Google) Code Review

View File

@@ -47,7 +47,6 @@ public class FilterTouchesSwitchPreference 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) {