fix. faltaba el caso en el que el tiempo aún no fuese cero
This commit is contained in:
@@ -55,6 +55,9 @@ class ServicioTimer {
|
||||
_activo = false;
|
||||
|
||||
_iniciarFadeOut();
|
||||
} else {
|
||||
_tiempoRestante = restante;
|
||||
_controller.add(_tiempoRestante);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user