Skip to content

Conversation

@coreyphillips
Copy link
Contributor

Summary

  • Add missing setIOsSleepBeforeStarting method stub to Android new architecture CKCameraManager
  • This iOS-only prop was added to the component spec but the Android implementation was not updated
  • Fixes Kotlin compilation error: Class 'CKCameraManager' is not abstract and does not implement abstract member

How did you test this change?

  • Successfully build Android release APK
  • Verify camera functionality still works on Android
  • Verify no regression on iOS

- The CKCameraManagerInterface requires setIOsSleepBeforeStarting to be implemented, but the Android new architecture implementation was missing this method stub. This caused Kotlin compilation failures when building release APKs.
@scarlac scarlac merged commit 00b9532 into teslamotors:master Jan 8, 2026
2 of 4 checks passed
@scarlac
Copy link
Collaborator

scarlac commented Jan 8, 2026

Thank you for that quick fix, @coreyphillips ! Merged and released in 16.2.1

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.

2 participants