diff --git a/app/src/main/java/com/tangem/presentation/fragment/LoadedWallet.java b/app/src/main/java/com/tangem/presentation/fragment/LoadedWallet.java index 3e0d79813a..61e7c43510 100644 --- a/app/src/main/java/com/tangem/presentation/fragment/LoadedWallet.java +++ b/app/src/main/java/com/tangem/presentation/fragment/LoadedWallet.java @@ -643,8 +643,8 @@ public class LoadedWallet extends Fragment implements SwipeRefreshLayout.OnRefre int visibleIOPuts = visibleFlag ? View.VISIBLE : View.GONE; tvInputs.setVisibility(visibleIOPuts); - lbInputs.setVisibility(visibleIOPuts); - tvLastOutput.setVisibility(visibleIOPuts); +// lbInputs.setVisibility(visibleIOPuts); +// tvLastOutput.setVisibility(visibleIOPuts); try { ivQR.setImageBitmap(generateQrCode(Objects.requireNonNull(engine).getShareWalletURI(mCard).toString())); @@ -1330,12 +1330,12 @@ public class LoadedWallet extends Fragment implements SwipeRefreshLayout.OnRefre // btnSend.setText(mCard.getOutputsDescription()); // } - if (tvLastInput != null) { - tvLastInput.setText(mCard.getLastInputDescription()); - } - if (tvLastOutput != null) { - tvLastOutput.setText(mCard.getLastOutputDescription()); - } + + tvLastInput.setText(mCard.getLastInputDescription()); + + +// tvLastOutput.setText(mCard.getLastOutputDescription()); + tvBlockchain.setText(mCard.getBlockchainName()); ivBlockchain.setImageResource(mCard.getBlockchain().getImageResource(this.getContext(), mCard.getTokenSymbol())); diff --git a/app/src/main/res/layout/fr_loaded_wallet.xml b/app/src/main/res/layout/fr_loaded_wallet.xml index 499b83ffcc..6d980458d1 100644 --- a/app/src/main/res/layout/fr_loaded_wallet.xml +++ b/app/src/main/res/layout/fr_loaded_wallet.xml @@ -265,6 +265,7 @@ android:background="@android:color/darker_gray"/>