Files
columba/data
torlando-tech be9e9a512d fix: Resolve ANR during app initialization with 930+ peer identities
Move peer identity restoration to IO dispatcher to prevent blocking
main thread during JSON serialization. Also move interface status
polling to IO dispatcher to fix network status screen lag.

Changes:
- ColumbaApplication: Run restorePeerIdentities on Dispatchers.IO
- InterfaceManagementViewModel: Add injectable ioDispatcher for polling
- ConversationRepository: Remove per-identity logging (930 log calls)
- Update tests to inject test dispatcher for IO operations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 00:50:46 -05:00
..