Commit 22ed1cc7 authored by Ben Hayward's avatar Ben Hayward

Added in video pause on boost toggle

1 merge request!495[Sprint/KiltedKoala](bug): Fix/video pause on rotate #1418
Pipeline #75985426 running with stages
......@@ -184,6 +184,9 @@ export class Activity implements OnInit {
@Input() set boostToggle(toggle: boolean) {
//if(toggle)
// this.showBoost();
if(this.activity.custom_type === 'video') {
this.player.pause();
}
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment