Skip to content

Commit

Permalink
fix: sometimes branch tree did not update after fetching (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
love-linger committed Dec 2, 2024
1 parent 536f225 commit a44178a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ViewModels/Fetch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public override Task<bool> Sure()
CallUIThread(() =>
{
_repo.MarkFetched();
_repo.MarkBranchesDirtyManually();
_repo.SetWatcherEnabled(true);
});

Expand Down

0 comments on commit a44178a

Please sign in to comment.