Skip to content

Commit

Permalink
fix: CI (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Jun 13, 2024
1 parent ac39050 commit fd7680f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private val TAG = EdgeToEdgeReactViewGroup::class.qualifiedName
@Suppress("detekt:TooManyFunctions")
@SuppressLint("ViewConstructor")
class EdgeToEdgeReactViewGroup(
private val reactContext: ThemedReactContext
private val reactContext: ThemedReactContext,
) : ReactViewGroup(reactContext), EventDispatcherListener {
// props
private var isStatusBarTranslucent = false
Expand Down

0 comments on commit fd7680f

Please sign in to comment.