crash fixes

This commit is contained in:
Yuriy Liskov
2025-05-22 06:26:07 +03:00
parent ea07f4f1c1
commit 18dbf2760c

View File

@@ -262,6 +262,10 @@ public class PlayerUIController extends BasePlayerController {
@Override
public void onVideoLoaded(Video item) {
if (getPlayer() == null) {
return;
}
getPlayer().updateEndingTime();
applySoundOffButtonState();
}