Skip to content

Commit

Permalink
codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisladleo committed Jul 2, 2019
1 parent 63836d0 commit faa8805
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 || this.memberObject != null) {
if (memberObject != null) {
view.setProfileViewWithData();
}
}
Expand Down

0 comments on commit faa8805

Please sign in to comment.