We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f381a1d commit e721645Copy full SHA for e721645
1 file changed
android/src/new/java/com/rive/RiveReactNativeView.kt
@@ -77,7 +77,7 @@ class RiveReactNativeView(context: ThemedReactContext) : FrameLayout(context) {
77
private var disposed = false
78
private var lastFrameTimeNs = 0L
79
private var frameCount = 0L
80
- @Volatile private var paused = false
+ private var paused = false
81
82
private val textureView = TextureView(context).apply {
83
layoutParams = LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT)
0 commit comments