mirror of
https://github.com/samsonjs/media.git
synced 2026-04-15 12:55:46 +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
|
||||
* SubtitlePainter}.
|
||||
*/
|
||||
/* package */ final class
|
||||
CanvasSubtitleOutput extends View implements SubtitleView.Output {
|
||||
/* package */ final class CanvasSubtitleOutput extends View implements SubtitleView.Output {
|
||||
|
||||
private final List<SubtitlePainter> painters;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue