mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-02 11:12:05 -04:00
Wrap database write operations (clearUnreadCount, clearAllUnreadCounts, updateLastReadMessage, insertRoomPacket) with NonCancellable to prevent connection pool leaks when the calling coroutine scope is cancelled mid-write. Found during release/2.8.0 integration testing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>