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

Commit f1a4d0e8 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

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

* commit 'f15f6a50':
  Invalidate SubtitleView during setText()
parents eeb43fbd f15f6a50
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) {