It updates the DIP token details screen logic to enable the "Continue" button after either the user has copied the token details to the clipboard, or taken a screenshot of it. This is because we don't know any token details, and we need to make sure users back them up for future use.
Sanity Tests
[x] Navigate to token details. Confirm the "Continue" button is disabled. Tap to copy the token to the clipboard. Confirm the "Continue" button is enabled.
[x] Navigate to token details. Confirm the "Continue" button is disabled. Screenshot the screen with the details. Confirm the "Continue" button is enabled.
Summary
It updates the DIP token details screen logic to enable the "Continue" button after either the user has copied the token details to the clipboard, or taken a screenshot of it. This is because we don't know any token details, and we need to make sure users back them up for future use.
Sanity Tests