Explorar el Código

Clear the active alerts first

tags/v1.2.0
Bertrand Lemasle hace 6 años
padre
commit
5cd3f2e09b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Core.cpp

+ 1
- 1
Core.cpp Ver fichero

@@ -44,8 +44,8 @@ namespace core {
gps::preserveCurrentCoordinates();
}

alerts::add(notifyFailures(metadata));
alerts::clear(metadata);
alerts::add(notifyFailures(metadata));
positions::doBackup(forceBackup);

if (acquired) updateRtcTime();


Cargando…
Cancelar
Guardar