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

Crash on camera switch during active session #238

Closed
2 tasks done
lukeswitz opened this issue Jan 20, 2018 · 3 comments
Closed
2 tasks done

Crash on camera switch during active session #238

lukeswitz opened this issue Jan 20, 2018 · 3 comments
Assignees

Comments

@lukeswitz
Copy link
Collaborator

Version: 0.1.0-beta-10
Device: Samsung Nexus 4
Android Version: 5.1.1

  • Reinstalled from F-Droid & rebooted
  • Recreated w/following steps:
  • Press switch camera button on any active session.

Possible cause: flags to stay awake and wakelock redundancies.

@n8fr8
Copy link
Member

n8fr8 commented Jan 20, 2018

Ah good find! This is related to the fact that we no longer close the camera automatically when the surfaceview is destroyed. We have to manually stop it first... fixing now.

n8fr8 added a commit that referenced this issue Jan 20, 2018
@n8fr8 n8fr8 self-assigned this Jan 20, 2018
@n8fr8
Copy link
Member

n8fr8 commented Jan 20, 2018

beta 11 should fix this

@lukeswitz
Copy link
Collaborator Author

lukeswitz commented Jan 20, 2018

Switch works 👍 but now issues when selecting calibration from settings:

  • The camera surface creation crashes from settings view.
    • Recreate: Select Camera Sensitivity from settings after onboarding.
  • The intro screens go blank with just a bg color when navigating after the bug if able to swipe back.

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

No branches or pull requests

2 participants