Opening the details of a pending TON transaction turns the screen into an unrelated Bitcoin transfer with zero amounts, while the same transaction is still shown correctly in the activity list.
This happens because a TON transaction gets a different hash once it lands on chain, and the details screen keeps watching the one it was opened with.
When nothing is found the screen falls back to a placeholder that is hardcoded to Bitcoin and zeros, so instead of saying the transaction is unavailable it draws a transaction that never existed.

Opening the details of a pending TON transaction turns the screen into an unrelated Bitcoin transfer with zero amounts, while the same transaction is still shown correctly in the activity list.
This happens because a TON transaction gets a different hash once it lands on chain, and the details screen keeps watching the one it was opened with.
When nothing is found the screen falls back to a placeholder that is hardcoded to Bitcoin and zeros, so instead of saying the transaction is unavailable it draws a transaction that never existed.