kaizen-app/app
Bruno Deanoz 8af2ec8259 fix Live Call: don't shutdown shared OkHttp executor on dispose
LiveClient.dispose() called client.dispatcher.executorService.shutdown()
which killed the shared KaizenApi.baseClient dispatcher. After one failed
call, ALL subsequent OkHttp requests (including normal API calls) got
"executor rejected". Removed the shutdown — cancel() on the WS is enough.
2026-06-24 12:56:39 +02:00
..
src fix Live Call: don't shutdown shared OkHttp executor on dispose 2026-06-24 12:56:39 +02:00
.gitignore Initial commit - Kaizen App 2026-06-18 15:08:09 +02:00
build.gradle.kts feat: KaizenIcons system — Lucide base, full Material Icons migration 2026-06-22 14:11:34 +02:00
proguard-rules.pro Initial commit - Kaizen App 2026-06-18 15:08:09 +02:00