Clean queue when avoiding talkgroup(s)

This commit is contained in:
Chrystian Huot 2019-06-17 17:18:50 -04:00
parent 575c6ec1fc
commit a189be48db

View file

@ -115,6 +115,8 @@ export class AppRadioService implements OnDestroy {
this.stop();
}
this._cleanQueue();
if (this.live) {
this._unsubscribeLiveFeed();
this._subscribeLiveFeed();