- Fixed bitshares QR scan won't load the amount

develop
Javier Varona 2018-11-30 21:54:54 -04:00
parent 618e71a6ac
commit fe1068bcdf
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ public class SendTransactionFragment extends DialogFragment implements UIValidat
//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);
}
});