Files
mantra-kmp/composeApp
Kgothatso Ngako 2259b25f3f Remember scopes and repositories in MantraNavHost
The coroutine scopes, AuxDatabaseManager, and repositories were
created as plain vals in the composable body, so every recomposition
recreated them — leaking the old scopes' jobs and duplicating
repository instances. Wrap them in remember so they are created once
per composition.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-27 01:21:56 +02:00
..
2026-07-15 01:14:46 +02:00