When navigating to the 'Messages' tab while the app is without connection a message showing an error has occurred appears. However, after re-establishing connection in the device the messages continues to be displayed on the screen. I believe the error has to do with the state management of the isError variable here, it should be reset to false once the operation completes successfully.
Related Issues
[x] Search that this bugs don't already exist before creating it.
Environment:
Description
When navigating to the 'Messages' tab while the app is without connection a message showing an error has occurred appears. However, after re-establishing connection in the device the messages continues to be displayed on the screen. I believe the error has to do with the state management of the
isError
variable here, it should be reset tofalse
once the operation completes successfully.Related Issues