Skip to content

Commit

Permalink
Fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarenkov committed Jun 30, 2024
1 parent bf8f447 commit f4d50bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import androidx.lifecycle.LifecycleEventObserver
import com.github.terrakok.modo.ExperimentalModoApi
import com.github.terrakok.modo.LocalContainerScreen
import com.github.terrakok.modo.Screen
import com.github.terrakok.modo.ScreenKey
import com.github.terrakok.modo.generateScreenKey
Expand Down Expand Up @@ -49,7 +48,6 @@ internal fun ListInnerContent(
title: String,
modifier: Modifier = Modifier
) {
val parent = LocalContainerScreen.current
Box(
modifier = modifier
.clip(RoundedCornerShape(16.dp))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import kotlinx.parcelize.Parcelize
*/
@Parcelize
internal class SampleListNavigation(
@Suppress("MagicNumber")
private val navModel: ListNavModel = ListNavModel(List(5) { ListInnerScreen() })
) : ListNavigationContainerScreen(navModel) {

Expand Down

0 comments on commit f4d50bc

Please sign in to comment.