Skip to content

Commit

Permalink
fix double login with steam guard
Browse files Browse the repository at this point in the history
  • Loading branch information
Longi94 committed Apr 3, 2018
1 parent 8a591af commit 9866e66
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ class LoginActivity : VapullaBaseActivity<LoginView, LoginPresenter>(), LoginVie
}

Utils.hideKeyboardFrom(this@LoginActivity, it)
presenter.login(code)

val transition = AutoParallelTransition()
transition.addListener(object : TransitionListener() {
Expand Down

0 comments on commit 9866e66

Please sign in to comment.