fix: Fix lint error for missing JNI func (2)
This commit is contained in:
parent
1730ce8980
commit
91e81d7594
@ -10,6 +10,7 @@ import com.mrousavy.camera.ViewNotFoundError
|
|||||||
import com.swmansion.reanimated.Scheduler
|
import com.swmansion.reanimated.Scheduler
|
||||||
import java.lang.ref.WeakReference
|
import java.lang.ref.WeakReference
|
||||||
|
|
||||||
|
@Suppress("KotlinJniMissingFunction") // I use fbjni, Android Studio is not smart enough to realize that.
|
||||||
class FrameProcessorRuntimeManager(context: ReactApplicationContext) {
|
class FrameProcessorRuntimeManager(context: ReactApplicationContext) {
|
||||||
companion object {
|
companion object {
|
||||||
const val TAG = "FrameProcessorRuntime"
|
const val TAG = "FrameProcessorRuntime"
|
||||||
|
Loading…
Reference in New Issue
Block a user