Skip to content

Commit

Permalink
hotfix issue mrousavy#2291 - Getting black screen when using camera
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeflneto committed Dec 17, 2023
1 parent 2fb56e5 commit 501da1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class CameraView(context: Context) :
config.zoom = zoom

// isActive
config.isActive = isActive && isAttachedToWindow
config.isActive = isActive
}
}
}
Expand Down

0 comments on commit 501da1a

Please sign in to comment.