Skip to content

Commit

Permalink
AC-619: Fix window leakage error while viewing patient details (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak140596 authored and f4ww4z committed Aug 8, 2019
1 parent be8c4f5 commit c16eee5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public void showNoVitalsNotification() {
mFormHeader.setVisibility(View.GONE);
mContent.setVisibility(View.GONE);
mEmptyList.setVisibility(View.VISIBLE);
mEmptyList.setText(getString(R.string.last_vitals_none_label));
}

@Override
Expand Down

0 comments on commit c16eee5

Please sign in to comment.