Skip to content

Commit

Permalink
Moved warning suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashay Gaikwad committed Oct 26, 2023
1 parent a40cc70 commit e6b2511
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.MutableStateFlow


@Suppress("MagicNumber")
class AppyxNavItem(
val text: @Composable (isSelected: Boolean) -> Unit,
val icon: @Composable (isSelected: Boolean) -> Unit,
Expand Down Expand Up @@ -59,6 +58,7 @@ class AppyxNavItem(
)
}

@Suppress("MagicNumber")
@OptIn(ExperimentalMaterial3Api::class)
@Composable
fun BadgedIcon(
Expand Down

0 comments on commit e6b2511

Please sign in to comment.