Concordium / concordium-reference-wallet-android

Reference Android wallet for the Concordium blockchain
Apache License 2.0
12 stars 2 forks source link

Transaction hash not copyable with 2+ releases at same time slot #12

Closed Bargsteen closed 3 years ago

Bargsteen commented 3 years ago

Bug Description

  1. The transaction hash is not copyable with 2+ releases at the same time slot.
  2. The popup says Address copied instead of Transaction hash copied

Steps to Reproduce

  1. Create two transfers with schedules to account X using the same release times.
  2. View release schedule of account X.
  3. Click to copy either of the transaction hashes listed for a timeslot with 2+ releases.

Expected Result Popup with Transaction hash copied and the hash is actually copied.

Actual Result A popup with Address copied is shown when you click on the first release in a time slot, but the transaction is not copied. Clicking on the second release in a time slot neither gives a popup or copies.

Versions