Skip to content

Commit

Permalink
fix atypo
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeymild authored Jul 21, 2024
1 parent 45a6b2b commit 66659ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/src/main/java/com/jsiviewhelpers/Scroller.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object Scroller {
scrollView = findView(context, scrollViewId.toInt())
}
if (scrollView == null) return@runOnUiThread
val childView = ReactFindViewUtil.findView(scrollView, childNativeID ?: ")
val childView = ReactFindViewUtil.findView(scrollView, childNativeID ?: "")
?: return@runOnUiThread
if (scrollView is ReactSwipeRefreshLayout) {
scrollView = scrollView.getChildAt(0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-jsi-view-helpers",
"version": "1.0.6",
"version": "1.0.7",
"description": "React Native Jsi view helpers",
"main": "src/index",
"module": "src/index",
Expand Down

0 comments on commit 66659ae

Please sign in to comment.