Commit d8c874f7 by Oliver Woodman

Correct grammar

parent 0279a9f7
...@@ -136,7 +136,7 @@ import android.util.Log; ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment