version:1.1

update:
bugfixes:修复闪退
This commit is contained in:
2023-03-17 18:31:28 +08:00
parent a38906494f
commit 739d6580e5
2 changed files with 61 additions and 32 deletions

View File

@@ -440,7 +440,7 @@ public class MainActivity extends BaseLightActivity implements MainAContact.Main
@Override
public void setHomeVideo(ArrayList<LocalVideoInfo> video) {
if (video.size() == 0) {
if (video == null || video.size() == 0) {
tips.setVisibility(View.VISIBLE);
recyclerView.setVisibility(View.GONE);
} else {