Skip to content

fix: cannot start camera after pause on android#1673

Open
quinton22 wants to merge 2 commits intojuliansteenbakker:developfrom
quinton22:fix/android-cannot-start-after-pause
Open

fix: cannot start camera after pause on android#1673
quinton22 wants to merge 2 commits intojuliansteenbakker:developfrom
quinton22:fix/android-cannot-start-after-pause

Conversation

@quinton22
Copy link
Copy Markdown

Fixes #1666

this.returnImage = returnImage
this.invertImage = invertImage

isPaused = false
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the if check below, this does indeed look like the assignment of isPaused is wrong here?

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.

[7.2.0] After calling pause in Android, start cannot be invoked

2 participants