version:5.1

fix:
update:主页增加图标
This commit is contained in:
2022-10-19 22:47:25 +08:00
parent d6267d1af3
commit 95f7d25307
4 changed files with 10 additions and 3 deletions

View File

@@ -192,12 +192,16 @@ public class NoticeActivity extends AppCompatActivity {
JZDataSource jzDataSource;
if (!file.exists()) {
jzDataSource = new JZDataSource(filePath, "");
Log.e(TAG, "showData: not exists");
} else {
Log.e(TAG, "showData: exists " + file);
URI uri = file.toURI();
jzDataSource = new JZDataSource(uri.toString(), "");
}
jzDataSource.looping = true;
jz_video.setUp(jzDataSource, Jzvd.SCREEN_NORMAL);
jz_video.startPreloading();
jz_video.startVideoAfterPreloading();
jz_video.startVideo();
}
} else {