Dimillian / IceCubesApp

A SwiftUI Mastodon client
https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884
GNU Affero General Public License v3.0
4.88k stars 460 forks source link

Bug: Messages tab functionality broken after restoring connection #2045

Open mar-cas3 opened 2 months ago

mar-cas3 commented 2 months ago

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 to false once the operation completes successfully.

Related Issues