mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Revert random change
This commit is contained in:
parent
43cfc4a611
commit
30257b0e8c
1 changed files with 1 additions and 2 deletions
|
|
@ -32,8 +32,7 @@ import java.util.List;
|
||||||
* A {@link SubtitleView.Output} that uses Android's native layout framework via {@link
|
* A {@link SubtitleView.Output} that uses Android's native layout framework via {@link
|
||||||
* SubtitlePainter}.
|
* SubtitlePainter}.
|
||||||
*/
|
*/
|
||||||
/* package */ final class
|
/* package */ final class CanvasSubtitleOutput extends View implements SubtitleView.Output {
|
||||||
CanvasSubtitleOutput extends View implements SubtitleView.Output {
|
|
||||||
|
|
||||||
private final List<SubtitlePainter> painters;
|
private final List<SubtitlePainter> painters;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue