Skip to content

Commit

Permalink
Merge pull request #4 from mvastola/master
Browse files Browse the repository at this point in the history
Hide network error following an `allDataFetched` event
  • Loading branch information
ALikesToCode authored Nov 27, 2023
2 parents 95bb54a + 4ecda9f commit 6073e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/contents/ui/Logic.qml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ Item {
}
function onAllDataFetched() {
logger.debug('onAllDataFetched')
if (logic.currentErrorType == ErrorType.NetworkError) logic.clearError()
if (popup) popup.deferredUpdateUI()
}
function onEventCreated() {
Expand Down

0 comments on commit 6073e00

Please sign in to comment.