mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-28 18:20:42 +00:00
When syncing time from the Android foreground service after app resume, addTimeSpent only updated local NgRx state but did not create an operation in the log. This caused time loss if the app was closed before the next flush cycle. Now dispatches syncTimeSpent after addTimeSpent to ensure the synced time is captured in the operation log and persisted to IndexedDB. Fixes #6207 |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| environments | ||
| static | ||
| styles | ||
| test-helpers | ||
| typings | ||
| _common.scss | ||
| favicon.ico | ||
| hammer-config.class.ts | ||
| index.html | ||
| karma.conf.js | ||
| main.ts | ||
| manifest.json | ||
| polyfills.ts | ||
| styles.scss | ||
| test.ts | ||
| tsconfig.app.json | ||
| tsconfig.spec.json | ||
| tsconfig.worker.json | ||