Skip to content

Commit d7954e8

Browse files
committed
chore: android linting
1 parent 3246673 commit d7954e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/src/main/java/com/rivereactnative/RiveReactNativeView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ class RiveReactNativeView(private val context: ThemedReactContext) : FrameLayout
432432
fun registerPropertyListener(path: String, propertyType: String) {
433433
val key = "$propertyType:$path"
434434

435-
val propertyTypeEnum = RNPropertyType.mapToRNPropertyType(propertyType);
435+
val propertyTypeEnum = RNPropertyType.mapToRNPropertyType(propertyType)
436436

437437
val property = when (propertyTypeEnum) {
438438
RNPropertyType.String -> getViewModelInstance()?.getStringProperty(path)

0 commit comments

Comments
 (0)