Skip to content

Commit

Permalink
Fixed merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielalbino authored May 27, 2018
1 parent 33a5a29 commit 5578fae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class LoginView : AppCompatActivity(), LoginDisplayLogic {
super.onActivityResult(requestCode, resultCode, data)

when (requestCode) {
LoginModel.AccountKit.ACCOUNTKIT_CODE -> {
LoginModel.AccountKit.accountKit_code -> {
this.getAccount()
}
}
Expand Down

0 comments on commit 5578fae

Please sign in to comment.