Skip to content

Commit 8dd27b2

Browse files
refactor: update references to managers removing authority parameter
1 parent 930587d commit 8dd27b2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

android/src/main/java/com/capacitorjs/plugins/camera/IonCameraFlow.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,13 @@ class IonCameraFlow(
6565
setupLaunchers()
6666
cameraManager = IONCAMRCameraManager(
6767
plugin.getAppId(),
68-
".camera.provider",
6968
IONCAMRExifHelper(),
7069
IONCAMRFileHelper(),
7170
IONCAMRMediaHelper(),
7271
IONCAMRImageHelper()
7372
)
7473

7574
videoManager = IONCAMRVideoManager(
76-
".camera.provider",
7775
IONCAMRFileHelper(),
7876
)
7977

@@ -86,7 +84,6 @@ class IonCameraFlow(
8684

8785
editManager = IONCAMREditManager(
8886
plugin.getAppId(),
89-
".camera.provider",
9087
IONCAMRExifHelper(),
9188
IONCAMRFileHelper(),
9289
IONCAMRMediaHelper(),

0 commit comments

Comments
 (0)