Skip to content

Commit

Permalink
Fix logout login exception
Browse files Browse the repository at this point in the history
- Fix bug log out causing crash on re-login
  • Loading branch information
ndegwamartin committed Sep 23, 2020
1 parent 1da0ccb commit e8d3918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=2.1.3-SNAPSHOT
VERSION_NAME=2.1.4-SNAPSHOT
VERSION_CODE=1
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Core Application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public BaseLoginContract.View getLoginView() {
}

public UserService getUserService() {
return mLoginPresenter.getOpenSRPContext().userService();
return CoreLibrary.getInstance().context().userService();
}

/**
Expand Down

0 comments on commit e8d3918

Please sign in to comment.