- Fixed bitshares QR scan won't load the amount
This commit is contained in:
parent
618e71a6ac
commit
fe1068bcdf
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ public class SendTransactionFragment extends DialogFragment implements UIValidat
|
||||||
//cryptoCurrencyList.add(crypto1);
|
//cryptoCurrencyList.add(crypto1);
|
||||||
|
|
||||||
|
|
||||||
CryptoCurrencyAdapter assetAdapter = new CryptoCurrencyAdapter(getContext(), android.R.layout.simple_spinner_item, cryptoCurrencyList);
|
assetAdapter = new CryptoCurrencyAdapter(getContext(), android.R.layout.simple_spinner_item, cryptoCurrencyList);
|
||||||
spAsset.setAdapter(assetAdapter);
|
spAsset.setAdapter(assetAdapter);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue