Fixed view not defined error with git push and pull

This commit is contained in:
mjarkk 2018-11-02 15:07:10 +01:00
parent cb9ad5bc73
commit af54d7f015
2 changed files with 21 additions and 20 deletions

View file

@ -84,7 +84,6 @@ func (gui *Gui) waitForPassUname(g *gocui.Gui, currentView *gocui.View, passOrUn
// wait for username/passwords input
waitForGroup.Wait()
_ = gui.switchFocus(g, pushPassUnameView, currentView)
return unamePassMessage
}