mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
fix pull popup not closing after nothing arrived
This commit is contained in:
parent
50e3ab44e0
commit
0d9a973e79
1 changed files with 2 additions and 2 deletions
|
|
@ -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(())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue