Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/#8-implement-malaria-profile-pag…
Browse files Browse the repository at this point in the history
…e' into #8-implement-malaria-profile-page

# Conflicts:
#	opensrp-chw-malaria/src/test/java/org/smartregister/presenter/BaseMalariaProfilePresenterTest.java
  • Loading branch information
whoisladleo committed Jul 2, 2019
2 parents 875e3db + d6f7a45 commit 63836d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void detachView() {
}

public void fillProfileData(MemberObject memberObject) {
if (memberObject != null) {
if (memberObject != null || this.memberObject != null) {
view.setProfileViewWithData();
}
}
Expand Down

0 comments on commit 63836d0

Please sign in to comment.