Skip to content

Commit

Permalink
fix: openMF#1116 Dialog dismissed after fetching of data
Browse files Browse the repository at this point in the history
  • Loading branch information
divyank00 committed Jan 29, 2021
1 parent 58f53b9 commit 5a5ee44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,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 5a5ee44

Please sign in to comment.