fix(android): fix wrong module name (#3959)
This commit is contained in:
parent
702a0d9d32
commit
3f11894c2b
@ -67,6 +67,6 @@ class VideoDecoderPropertiesModule(reactContext: ReactApplicationContext?) : Rea
|
||||
companion object {
|
||||
private val WIDEVINE_UUID = UUID(-0x121074568629b532L, -0x5c37d8232ae2de13L)
|
||||
private const val SECURITY_LEVEL_PROPERTY = "securityLevel"
|
||||
private const val REACT_CLASS = "VideoManager"
|
||||
private const val REACT_CLASS = "VideoDecoderProperties"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user