chore: build
Omnex Plateform App - EAS Build / build (push) Successful in 1h29m50s
Omnex Plateform Client - EAS Build / build (push) Successful in 1h24m37s

This commit is contained in:
Xor290
2026-09-01 16:05:01 +02:00
parent 853407826f
commit c382244866
8 changed files with 279 additions and 302 deletions
+2 -2
View File
@@ -108,8 +108,8 @@ export default function App() {
await Updates.fetchUpdateAsync();
await Updates.reloadAsync();
}
} catch {
// Silently ignore update errors
} catch (e) {
console.error("[OTA] Échec de la vérification/application de la mise à jour:", e);
}
};
checkForUpdate();