Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
AccountTab: Show/Hide Account Functionality Added - alpha added
Browse files Browse the repository at this point in the history
  • Loading branch information
shamim-emon committed Nov 4, 2024
1 parent 2820e3e commit 7aaaf4e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import com.ivy.wallet.ui.theme.findContrastTextColor
import com.ivy.wallet.ui.theme.toComposeColor
import kotlinx.collections.immutable.ImmutableList

@Suppress("ModifierMissing", "MagicNumber")
@Suppress("ModifierMissing")
@SuppressLint("ComposeModifierMissing")
@Composable
fun BoxScope.HideAccountsModal(
Expand Down Expand Up @@ -120,6 +120,7 @@ fun BoxScope.HideAccountsModal(
}
}

@Suppress("MagicNumber")
@Composable
private fun HideAccountsRow(
account: Account,
Expand Down

0 comments on commit 7aaaf4e

Please sign in to comment.