Concordium / concordium-reference-wallet-android

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

Look for tokens no longer resets adapter on resume #245

Closed shjortConcordium closed 1 year ago

shjortConcordium commented 1 year ago

Purpose

Fix the bug that after locking the screen / pausing the app, while searching for a token, when you re-entered the page, the "no tokens found" message would still appear, on top of token results.

We could set the message to invisible on resume, but to me it seems the real issue is that on resume, we go back to the contractAddressFragment, without killing the tokenSelectFragment.

Changes

Checklist

github-actions[bot] commented 1 year ago
File Coverage [0%] :x:
LookForNewTokensFragment.kt 0% :x:
Total Project Coverage 0.95% :x:
github-actions[bot] commented 1 year ago
File Coverage [0%] :x:
LookForNewTokensFragment.kt 0% :x:
Total Project Coverage 0.95% :x: