Skip to content

Commit

Permalink
Merge pull request openMF#1330 from alphaNewrex/receipt_fix
Browse files Browse the repository at this point in the history
fix: Fixes window leaked issue in view receipt screen
  • Loading branch information
devansh-299 authored Aug 20, 2022
2 parents 0891622 + 4f71ef3 commit 8a53588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void showProgressDialog(String message) {
@Override
public void hideProgressDialog() {
if (progressDialog != null) {
progressDialog.hide();
progressDialog.dismiss();
}
}

Expand Down

0 comments on commit 8a53588

Please sign in to comment.