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

Commit 00a1fa3e authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

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

automerge: f1a4d0e8

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