Browse Source

'HUSH' now visible after the amount on 'Send Transaction' page MyHush#25

chat
gilardh 5 years ago
parent
commit
8d4b103b6e
  1. 2
      app/src/main/java/org/myhush/silentdragon/SendActivity.kt

2
app/src/main/java/org/myhush/silentdragon/SendActivity.kt

@ -171,7 +171,7 @@ class SendActivity : AppCompatActivity() {
val alertDialog = AlertDialog.Builder(this@SendActivity)
alertDialog.setTitle("Send from t-addr?")
alertDialog.setMessage("${DataModel.mainResponseData?.tokenName} $amt is more than the balance in " +
alertDialog.setMessage("$amt ${DataModel.mainResponseData?.tokenName} is more than the balance in " +
"your shielded address. This Tx will have to be sent from a transparent address, and will" +
" not be private.\n\nAre you absolutely sure?")
alertDialog.apply {

Loading…
Cancel
Save