mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Fix backlight not firing quick enough when a call is being played
This commit is contained in:
parent
b1871695fb
commit
4cd3a2d1d8
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue