VRFS-3146 - fixes for the get ready spiner
This commit is contained in:
parent
6c3cdda1d8
commit
8f445883fd
|
|
@ -335,7 +335,7 @@
|
|||
}
|
||||
|
||||
logger.debug("updating is playing: " + isPlaying)
|
||||
playbackPlaying = isPlaying;
|
||||
playbackPlaying = isPlaying;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -388,10 +388,13 @@
|
|||
}
|
||||
|
||||
function onPlayStartEvent() {
|
||||
playbackPlaying = true;
|
||||
updateIsPlaying(true);
|
||||
playbackPlaying = false;
|
||||
seenActivity = false;
|
||||
}
|
||||
|
||||
function onPlayStopEvent() {
|
||||
updateIsPlaying(false);
|
||||
playbackPlaying = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue