-
Notifications
You must be signed in to change notification settings - Fork 984
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
[Fixed #7948] Do not navigate back to chat when in a DApp #8014
Conversation
Jenkins Builds
|
96% of end-end tests have passed
Failed tests (2)Click to expand
Passed tests (46)Click to expand
|
96% of end-end tests have passed
Failed tests (2)Click to expand
Passed tests (46)Click to expand
|
@jeluard user is still redirected to home, exactly as in issue described. https://user-images.githubusercontent.com/8749671/55883419-fbe47000-5bae-11e9-960f-bdc1ba22b0df.gif
i used this build https://status-im-prs.ams3.digitaloceanspaces.com/StatusIm-190422-131847-db10e6-pr.apk on android 8. Could you please take a look? |
Can we let this one go from the release? It doesn't seem like a common use case to me. I don't know if I can think of any DApps with QR code scanners in them. |
same happens when scanning extension code @rachelhamlin , could be critical to extensions developers. there is still a workaround (paste extensions url directly) |
@asemiankevich extensions? Sounds like a different issue. |
yes, similar issue with them #7995. |
I would suggest that we merge this one still as a bug has been solved. |
@rachelhamlin issue #7948 is not only about DApps; it means also that you unable to scan valid bootnode / mailserver. |
@churik Both issues (API and the rest) are unrelated. Thus the reason to address the rest in the different issue. |
@jeluard could you please explain what exactly is fixed here? |
@asemiankevich Before the fix just opening the QR code scanner from simpleapp would make chat active (behind, look at the icon). Not anymore. |
Looking at #7995, which if separate, appears to be a bigger issue. Being able to scan a boot node/server is a concern. However, it looks conditional upon having scanned an extension first? Continuing conversation there. |
I can confirm #8014 (comment) that issue still present for Android and iOS Android logcat logs starting from before QR code scanned: Note: there is a same bug with redirect when scanning QR code, but three separate issues: The last one (#8044) - elected to be fixed in upcoming 0.12.0 release (but well, if is there is the same root cause and #8044 fix will close all of three above issues - that's even better for 0.12.0) |
@Serhy The issue I (and you?) described is still there in develop and fixed by this PR. Can you give it a try? |
Pull Request Checklist
|
@asemiankevich Or maybe you are the one testing this PR? |
@jeluard I tested with Android 8.1 latest develop nightly build and this PR build (https://status-im-prs.ams3.digitaloceanspaces.com/StatusIm-190425-105217-db10e6-pr.apk) |
Might be because this PR needs a rebase from Develop :) |
So can you reproduce this issue on develop? |
Yes, I can reproduce the issue on develop. |
@Serhy I just rebased |
96% of end-end tests have passed
Failed tests (2)Click to expand
Passed tests (46)Click to expand
|
@jeluard Looks good to me! test_backup_recovery_phrase_warning_from_wallet - is known issue #8108 |
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
fixes #7948
Summary
Do not navigate back to chat when in a DApp
status: ready