capacitor-camera-view 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -170,6 +170,7 @@ class CameraView(plugin: Plugin) {
170
170
  currentRecordingFile = null
171
171
 
172
172
  cameraController?.unbind()
173
+ cameraController = null
173
174
 
174
175
  previewView?.let { view ->
175
176
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-camera-view",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "A Capacitor plugin for embedding a live camera feed directly into your app.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",