Updated on 2026-08-14

This commit is contained in:
Tangem 2018-07-02 12:50:43 +03:00
parent ca94bfc25d
commit 4750e3a02d

View file

@ -130,7 +130,6 @@ public class LoadedWallet extends Fragment implements SwipeRefreshLayout.OnRefre
} }
private class ETHRequestTask extends InfuraTask { private class ETHRequestTask extends InfuraTask {
ETHRequestTask(Blockchain blockchain) { ETHRequestTask(Blockchain blockchain) {
super(blockchain); super(blockchain);
@ -1304,8 +1303,8 @@ public class LoadedWallet extends Fragment implements SwipeRefreshLayout.OnRefre
} }
private void errorOnUpdate(String message) { private void errorOnUpdate(String message) {
mCard.setError(getString(R.string.cannot_obtain_data_from_blockchain)); // mCard.setError(getString(R.string.cannot_obtain_data_from_blockchain));
updateViews(); // updateViews();
} }
private void doShareWallet(boolean useURI) { private void doShareWallet(boolean useURI) {