Skip to content

Commit 00b9532

Browse files
authored
Merge pull request #760 from coreyphillips/master
fix(android): add missing setIOsSleepBeforeStarting stub for new arch
2 parents a2f61a0 + 2c0a0e4 commit 00b9532

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/src/newarch/java/com/rncamerakit/CKCameraManager.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ class CKCameraManager(context: ReactApplicationContext) : SimpleViewManager<CKCa
155155
}
156156

157157
// Methods only available on iOS
158+
override fun setIOsSleepBeforeStarting(view: CKCamera?, value: Int) = Unit
159+
158160
override fun setRatioOverlay(view: CKCamera?, value: String?) = Unit
159161

160162
override fun setRatioOverlayColor(view: CKCamera?, value: Int?) = Unit

0 commit comments

Comments
 (0)