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(Camera staying on after QR code login) #1492

Merged
merged 2 commits into from
Mar 1, 2019

Conversation

schnogz
Copy link
Contributor

@schnogz schnogz commented Mar 1, 2019

Description

  • Fixes issue where camera would stay on after user logs in via QR code.

Notes

Im not entirely sure why this was happening, but it seems that having the MobileLogin modal added to the login template as well as added via the Modals wrapper in the WalletLayout caused the QR code library we are using to never unmount properly thus it would cause camera to stay on and loop inside an error hook.

I removed the MobileLogin modal from being added in the Modal components wrapper to avoid the above scenario.

Change Type

Please enter one or more of the following:

  • Bug Fix

Testing Steps

Detail the steps required for the reviewer(s) to verify and test these changes.

Code Checklist

  • Code compiles successfully (verified via yarn start)
  • README.md and other documentation is updated as needed

@plondon plondon merged commit 4bd9fb4 into development Mar 1, 2019
@plondon plondon deleted the fix/mobile-login-camera-close branch March 1, 2019 22:43
@coveralls
Copy link

coveralls commented Mar 3, 2019

Coverage Status

Coverage decreased (-4.4%) to 30.486% when pulling 4e14552 on fix/mobile-login-camera-close into 8890281 on development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants