Skip to content

Commit

Permalink
Merge pull request openMF#1117 from divyank00/fix_infinite_loading_in…
Browse files Browse the repository at this point in the history
…_receipt

fix: openMF#1116 Dialog dismissed after fetching of data
  • Loading branch information
devansh-299 authored Jan 31, 2021
2 parents 99a8b30 + 5a5ee44 commit c0fcb13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public void showTransferDetail(TransferDetail transferDetail) {
tvTransFromName.setText(Constants.NAME + transferDetail.getFromClient().getDisplayName());
tvTransFromNumber.setText(Constants.ACCOUNT_NUMBER + transferDetail
.getFromAccount().getAccountNo());
hideProgressDialog();
dismissProgressDialog();
}

@OnClick(R.id.fab_download)
Expand Down

0 comments on commit c0fcb13

Please sign in to comment.