Skip to content

Commit

Permalink
Fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevAndrey committed Jul 6, 2023
1 parent 147cc73 commit e437932
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.bumble.appyx.navigation.composable

import android.annotation.SuppressLint
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.offset
Expand Down Expand Up @@ -100,7 +99,7 @@ class ChildrenTransitionScope<InteractionTarget : Any, NavState : Any>(
private val gestureValidator: GestureValidator
) {

@SuppressLint("ComposableNaming")
@Suppress("ComposableNaming", "LongMethod", "ModifierMissing")
@Composable
fun ParentNode<InteractionTarget>.children(
block: @Composable (child: ChildRenderer, elementUiModel: ElementUiModel<InteractionTarget>) -> Unit
Expand Down

0 comments on commit e437932

Please sign in to comment.