Updated on 2026-08-14
This commit is contained in:
parent
ca94bfc25d
commit
4750e3a02d
1 changed files with 2 additions and 3 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue