fix. faltaba el caso en el que el tiempo aún no fuese cero

This commit is contained in:
Javier Bautista Fernández
2026-04-07 12:38:29 +02:00
parent a8425d65bc
commit 8e2c01f626

View File

@@ -55,6 +55,9 @@ class ServicioTimer {
_activo = false; _activo = false;
_iniciarFadeOut(); _iniciarFadeOut();
} else {
_tiempoRestante = restante;
_controller.add(_tiempoRestante);
} }