Correct grammar

This commit is contained in:
Oliver Woodman 2015-07-17 12:01:32 +01:00
parent 0279a9f791
commit d8c874f7d8

View file

@ -136,7 +136,7 @@ import android.util.Log;
public void draw(Cue cue, CaptionStyleCompat style, float fontScale, Canvas canvas,
int cueBoxLeft, int cueBoxTop, int cueBoxRight, int cueBoxBottom) {
if (TextUtils.isEmpty(cue.text)) {
// Nothing to draw;
// Nothing to draw.
return;
}