Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Jan 22, 2024
1 parent 401add5 commit 597a24b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Mlem/Models/Content/Community/CommunityModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ struct CommunityModel {
}
callback(community)
}
} else {
RunLoop.main.perform { [new] in
callback(new)
}
}
} else {
favoriteCommunitiesTracker.unfavorite(community)
Expand Down

0 comments on commit 597a24b

Please sign in to comment.