fix(android): fix wrong module name (#3959)

This commit is contained in:
YangJH 2024-07-01 01:20:08 +09:00 committed by GitHub
parent 702a0d9d32
commit 3f11894c2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,6 @@ class VideoDecoderPropertiesModule(reactContext: ReactApplicationContext?) : Rea
companion object { companion object {
private val WIDEVINE_UUID = UUID(-0x121074568629b532L, -0x5c37d8232ae2de13L) private val WIDEVINE_UUID = UUID(-0x121074568629b532L, -0x5c37d8232ae2de13L)
private const val SECURITY_LEVEL_PROPERTY = "securityLevel" private const val SECURITY_LEVEL_PROPERTY = "securityLevel"
private const val REACT_CLASS = "VideoManager" private const val REACT_CLASS = "VideoDecoderProperties"
} }
} }