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

Commit 5c279e4b authored by Rajeev Kumar's avatar Rajeev Kumar Committed by Android (Google) Code Review
Browse files

Merge "Recycle TypedArray in FixedLineSummaryPreference"

parents 7a561840 b8230425
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ import android.support.v7.preference.PreferenceViewHolder;
import android.text.TextUtils.TruncateAt;
import android.util.AttributeSet;
import android.widget.TextView;

import com.android.settings.R;

/**
@@ -41,6 +40,7 @@ public class FixedLineSummaryPreference extends Preference {
        } else {
            mSummaryLineCount = 1;
        }
        a.recycle();
    }

    public void setSummaryLineCount(int count) {