Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: automatic address change #2955

Merged
merged 5 commits into from
Dec 21, 2023
Merged

fix: automatic address change #2955

merged 5 commits into from
Dec 21, 2023

Conversation

banklesss
Copy link
Contributor

@banklesss banklesss commented Dec 21, 2023

onChange text is called automatically when the screen is not focused.

The screen is rendered in intervals so the functions is called in every render.

In this case it caused the address to be overwritten when using domains. The reason is domains fetch the addresses independently once when that onChange is manually invoked.

@github-actions github-actions bot added the fix label Dec 21, 2023
Signed-off-by: banklesss <105349292+banklesss@users.noreply.github.com>
Signed-off-by: banklesss <105349292+banklesss@users.noreply.github.com>
Signed-off-by: banklesss <105349292+banklesss@users.noreply.github.com>
Signed-off-by: banklesss <105349292+banklesss@users.noreply.github.com>
@jorbuedo jorbuedo merged commit 04076eb into develop Dec 21, 2023
2 checks passed
SorinC6 pushed a commit that referenced this pull request Jan 9, 2024
Signed-off-by: banklesss <105349292+banklesss@users.noreply.github.com>
@stackchain stackchain deleted the fix/domain-resolver branch February 6, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants