2 Commits

Author SHA1 Message Date
Javier Bautista Fernández
556151c64d Merge branch 'main' of https://git.freetimelab.es/FreeTLab/pluriwave
All checks were successful
Build & Deploy Pluriwave / Análisis de código (push) Successful in 9s
Build & Deploy Pluriwave / Build APK + AAB release (push) Successful in 1m17s
2026-04-07 12:45:38 +02:00
Javier Bautista Fernández
8e2c01f626 fix. faltaba el caso en el que el tiempo aún no fuese cero 2026-04-07 12:38:29 +02:00

View File

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