Skip to content

Commit

Permalink
Fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Aug 9, 2024
1 parent 89f1010 commit 0dc74ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ internal fun GameInfoAnimatableHeader(
.layoutId(ConstraintIdRating)
.drawOnTop()
.clickable {
@Suppress("ForbiddenComment")
// TODO: To be removed, only for debugging purposes
state = if (state == State.Expanded) {
State.Collapsed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import com.paulrybitskyi.gamedge.common.ui.images.defaultImageRequest
import com.paulrybitskyi.gamedge.common.ui.images.secondaryImage
import com.paulrybitskyi.gamedge.common.ui.theme.GamedgeTheme
import com.paulrybitskyi.gamedge.common.ui.widgets.R as CommonUiWidgetsR
import com.paulrybitskyi.gamedge.feature.info.R

@Composable
internal fun Artworks(
Expand Down

0 comments on commit 0dc74ff

Please sign in to comment.