Fix backlight not firing quick enough when a call is being played

This commit is contained in:
Chrystian Huot 2020-05-16 11:04:22 -04:00
parent b1871695fb
commit 4cd3a2d1d8

View file

@ -314,6 +314,8 @@ export class AppRdioScannerComponent implements OnDestroy, OnInit {
if (event.call) {
this.call = this.transformCall(event.call);
this.updateDimmer();
} else {
this.callPrevious = this.call;