Skip to content

Commit

Permalink
Fixed detekt's issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nyagasan committed Sep 10, 2024
1 parent 42512f7 commit 167c1cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fun MainScreen(
Row(
modifier = modifier.fillMaxSize(),
verticalAlignment = Alignment.CenterVertically,
) {
) {
AnimatedVisibility(visible = navigationType == NavigationRail) {
GlassLikeNavRail(
hazeState = hazeState,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.heightIn
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size
import androidx.compose.foundation.selection.selectableGroup
import androidx.compose.foundation.shape.CircleShape
Expand Down

0 comments on commit 167c1cc

Please sign in to comment.