Skip to content

Commit

Permalink
fix pull popup not closing after nothing arrived
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly committed Mar 4, 2021
1 parent 50e3ab4 commit 0d9a973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pull.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ impl PullComponent {
if let Err(err) = merge_res {
log::trace!("ff merge failed: {}", err);
self.confirm_merge(branch_compare.behind);
} else {
self.hide();
}
}

self.hide();

Ok(())
}

Expand Down

0 comments on commit 0d9a973

Please sign in to comment.