Switch Tx link to blocksights.info.

Before we were using http://bitshares-explorer.io to show the transactions in a block explorer, however the website is no longer working, so we had to switch to https://blocksights.info.
develop
Severiano Jaramillo 2021-04-09 21:08:28 -07:00
parent 0166382b68
commit d9a162b83e
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class EReceiptFragment : Fragment() {
private fun formatTransferTextView(transferId: String) {
val html = getString(
R.string.template__tx,
"<a href=\"http://bitshares-explorer.io/#/operations/$transferId\">$transferId</a>"
"<a href=\"http://blocksights.info/#/operations/$transferId\">$transferId</a>"
)
val tx = HtmlCompat.fromHtml(html, HtmlCompat.FROM_HTML_MODE_LEGACY)
binding.tvTransferID.text = tx