Revert break time to default value

This commit is contained in:
Piotr Pekala 2019-05-29 00:45:50 -07:00
parent d37b043711
commit 8eafbf66c9

View File

@ -17,7 +17,7 @@ export class NotificationBoxComponent implements OnInit, OnDestroy {
viewsCounter = 0;
ticks: number = 1000;
progress: number = 0;
isVisible = true;
isVisible = false;
interval = 10;
constructor(
@ -26,7 +26,7 @@ export class NotificationBoxComponent implements OnInit, OnDestroy {
ngOnInit() {
this.notificationSettings = this.notifactionSettingsService.getConfiguration();
//this.startTimer();
this.startTimer();
}
startTimer() {