Skip to content

Conversation

Lainaaa
Copy link
Collaborator

@Lainaaa Lainaaa commented Sep 19, 2025

Check list:

  • You cannot try to start a chat with an uninitialised account with using QR reader.
  • Update the pop-up text "Failed to obtain the user's {crypto} wallet address"
  • Update the text of the pop-up window "The recipient does not have a public {crypto} wallet"
  • When sending ADM, check whether the account has been initialised or not.

How to test

  • Make sure that all logic chained with QR camera works properly
  • Make sure that pop-up text is right

Checking account initializing approach description:

Previously, if the account was dummy it was saved to the local storage and never was checked again. However, every new account has a intermediate state being dummy (because we check it by containing public key).
So my solution was to recheck again if account is dummy and update saved one if needs.

@Lainaaa Lainaaa changed the base branch from develop to release/3.11.0 September 19, 2025 18:23
@Lainaaa Lainaaa self-assigned this Sep 19, 2025
@dev-adamant-im dev-adamant-im added enhancement New feature or request Swift iOS-specific code and features in Swift UX/UI User interface and experience improvements labels Sep 23, 2025
@dev-adamant-im dev-adamant-im added this to the v3.11.0 milestone Sep 23, 2025
@dev-adamant-im dev-adamant-im linked an issue Sep 23, 2025 that may be closed by this pull request
7 tasks
Base automatically changed from release/3.11.0 to develop September 24, 2025 12:07
@Lainaaa Lainaaa marked this pull request as ready for review October 1, 2025 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Swift iOS-specific code and features in Swift UX/UI User interface and experience improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Update dialog when sending coins
4 participants