Commit 3e75d2a6 by Oliver Woodman

Fix demo app

parent fbe840e8
......@@ -435,7 +435,7 @@ public class PlayerActivity extends AppCompatActivity
if (Util.maybeRequestReadExternalStoragePermission(
/* activity= */ this, subtitleInfo.uri)) {
// The player will be reinitialized if the permission is granted.
return Collections.emptyList();
return null;
}
Format subtitleFormat =
Format.createTextSampleFormat(
......
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