mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 08:42:01 -04:00
SdkStateBridge: - Wrap handleServiceAction in try/catch to prevent bridge death - Favorite/Ignore/Mute: only apply local state update on admin success (eliminates optimistic state inconsistency) - ImportContact: guard with runCatching, log failures - Extract dispatchAction for clean separation of concerns SdkRadioController: - Wrap sendMessage with try/catch + logging before re-throw - Wrap sendRemoteAdmin with try/catch + logging before re-throw - Ensures BLE disconnect errors are visible in logs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>