mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-02-13 10:11:01 -06:00
crash fixes
This commit is contained in:
@@ -262,6 +262,10 @@ public class PlayerUIController extends BasePlayerController {
|
||||
|
||||
@Override
|
||||
public void onVideoLoaded(Video item) {
|
||||
if (getPlayer() == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
getPlayer().updateEndingTime();
|
||||
applySoundOffButtonState();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user