blink interval modify 1s > 2s

This commit is contained in:
leejinho 2020-03-31 15:32:38 +09:00
parent 5d02a7c634
commit 2f1c860f4c

View File

@ -44,7 +44,7 @@ export class LeftNaviComponent implements OnInit, OnDestroy {
if (!this.intervalFlashFrame) {
this.intervalFlashFrame = setInterval(() => {
this.nativeService.onFlashFlame();
}, 1000);
}, 2000);
}
} else {
this.nativeService.offFlashFlame();