issue: ENG-7174
Deleting a keyserver would result in the app crashing, because updateConnectionStatusActionType would be dispatched for the removed keyserver.
We should just ignore this action. This happens because of unfortunate ordering - the keyserver is removed, and before the socket is unmounted the action gets dispatched
Details
Details
- Reviewers
tomek kamil - Commits
- rCOMM69c181651591: [lib] Fix error when deleting a keyserver
Tested that after this the app no longer crashes after removing a keyserver from the keyserver list.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable