Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5ea519c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 5f062373 121041cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ 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) {