ensure that the timer is reset always

This commit is contained in:
Wolfgang Rumpler 2018-07-28 22:49:58 +02:00
parent 9c091c8118
commit a0b5025fce

View file

@ -87,6 +87,7 @@ var _AFTimer = new Lang.Class({
this._timoutEndCallback();
}
this.reset(); // reset timer
this.start(); // restart timer
});
},