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

Commit f15f6a50 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Invalidate SubtitleView during setText()" into lmp-mr1-dev

parents 8d12d3da 3f7360df
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -148,6 +148,7 @@ public class SubtitleView extends View {
        mHasMeasurements = false;

        requestLayout();
        invalidate();
    }

    public void setForegroundColor(int color) {