修复跳转

This commit is contained in:
hch
2024-03-21 16:02:31 +08:00
parent 1c74689e90
commit 94d05a3929
6 changed files with 37 additions and 18 deletions

View File

@@ -52,6 +52,7 @@ public class VideoPlayActivity extends AbsVideoPlayActivity {
context.startActivity(intent);
}
public static void forwardSingle(Context context, ActiveBean videoBean) {
if (videoBean == null) {
return;