Loading src/app/modules/messenger/sounds/service.ts +1 −1 Original line number Original line Diff line number Diff line Loading @@ -13,7 +13,7 @@ export class MessengerSounds { }; }; play(sound: string) { play(sound: string) { if (this.canPlay()) this.sounds[sound].play(); // if (this.canPlay()) this.sounds[sound].play(); } } canPlay() { canPlay() { Loading Loading
src/app/modules/messenger/sounds/service.ts +1 −1 Original line number Original line Diff line number Diff line Loading @@ -13,7 +13,7 @@ export class MessengerSounds { }; }; play(sound: string) { play(sound: string) { if (this.canPlay()) this.sounds[sound].play(); // if (this.canPlay()) this.sounds[sound].play(); } } canPlay() { canPlay() { Loading