Fix pending transaction (#19733)
This commit is contained in:
+3
-1
@@ -195,6 +195,8 @@ public class PortfolioFragment
|
||||
mPendingTxs = transactionInfos;
|
||||
if (mCurrentPendingTx == null && mPendingTxs.size() > 0) {
|
||||
mCurrentPendingTx = mPendingTxs.get(0);
|
||||
} else if (mPendingTxs.size() == 0) {
|
||||
mCurrentPendingTx = null;
|
||||
}
|
||||
updatePendingTxNotification();
|
||||
});
|
||||
@@ -397,7 +399,7 @@ public class PortfolioFragment
|
||||
.getAccountNameForTransaction(mCurrentPendingTx));
|
||||
approveTxBottomSheetDialogFragment.setApprovedTxObserver(this);
|
||||
approveTxBottomSheetDialogFragment.show(
|
||||
getFragmentManager(), ApproveTxBottomSheetDialogFragment.TAG_FRAGMENT);
|
||||
getParentFragmentManager(), ApproveTxBottomSheetDialogFragment.TAG_FRAGMENT);
|
||||
}
|
||||
|
||||
private void showEditVisibleDialog() {
|
||||
|
||||
Reference in New Issue
Block a user