mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Correct grammar
This commit is contained in:
parent
0279a9f791
commit
d8c874f7d8
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ import android.util.Log;
|
||||||
public void draw(Cue cue, CaptionStyleCompat style, float fontScale, Canvas canvas,
|
public void draw(Cue cue, CaptionStyleCompat style, float fontScale, Canvas canvas,
|
||||||
int cueBoxLeft, int cueBoxTop, int cueBoxRight, int cueBoxBottom) {
|
int cueBoxLeft, int cueBoxTop, int cueBoxRight, int cueBoxBottom) {
|
||||||
if (TextUtils.isEmpty(cue.text)) {
|
if (TextUtils.isEmpty(cue.text)) {
|
||||||
// Nothing to draw;
|
// Nothing to draw.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue