-
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
WIP Scan invalid qr-code and dismiss error with no redirect #8327
Conversation
… contact/core.cljs
Pull Request Checklist
|
Jenkins Builds
|
My sincerest apologies that it's taking so long. Ever since we switched to nix, I've been struggling with building and running the app for testing. I follow these steps as my development flow. I'm using my android phone to test:
Somewhere in this process, my laptop usually freezes. If anyone has any tips for me, that would be greatly appreciated. However, it may be that my laptop is just too old and slow :( |
@pombeirp could you help, please? |
@krisc can you provide some more details, like laptop hardware specs (how much RAM, is the disk an SSD, etc)? You mention that somewhere along the process, the laptop freezes. Can you pinpoint in which of those steps it freezes ( |
hey @krisc is this PR still relevant or can we close it ? |
Still relevant. Just waiting for some help. |
Oops I missed @pombeirp comment somehow. I reply in a bit |
This is the laptop I have with all the stock parts: https://www.lenovo.com/us/en/laptops/thinkpad/e-series/e545/ The freezing usually happens after |
hey @krisc feel free to reopen this one or create a new one , thanks |
This PR fixes #5287
Originally, I submitted #7745, but it caused this regression #8044
This PR is the same as #7745 but uses an atom check in
src/status_im/ui/screens/qr_scanner/views.cljs
This is a WIP because there is still more work to do:
:barcode-read?
screen paramater is indeed toggled), but an error message does not show up.:qr-scanner.ui/qr-code-error-dismissed
event is not yet fired when opening the QR scanner from starting a new chat. This changed from when I submitted my original PR. It used to be insrc/status_im/contact/core.cljs
but not anymore. If anyone can direct me where it is now, that would be greatly appreciated.