v1.0.39: fix button flash by making setRunningEntry synchronous

Remove await from running-state updates so onWillAppear cannot
fire between the optimistic setState(1) and the API call completing,
eliminating the green→blue→green flash on button press.
This commit is contained in:
pdmarf
2026-04-24 09:29:43 +01:00
parent 4171b2f6e9
commit 060a2bc917
5 changed files with 20 additions and 16 deletions

View File

@@ -1 +1 @@
{ "version": "1.0.38" }
{ "version": "1.0.39" }