don't notify when aux timer is paused (#1003)

This commit is contained in:
Alex Christoffer Rasmussen
2024-05-27 11:51:07 +02:00
committed by GitHub
parent a09aa922bb
commit f43221cf7a
@@ -41,6 +41,7 @@ export class AuxTimerService {
@broadcastReturn
pause() {
this.stopInterval();
return this.timer.pause(this.getTime());
}