mirror of
https://github.com/bitwarden/android.git
synced 2025-02-16 11:59:57 +03:00
Update switch to represent disabled state (#3955)
This commit is contained in:
parent
ee7d00247e
commit
190f92ec67
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ fun BitwardenWideSwitch(
|
|||
Switch(
|
||||
modifier = Modifier
|
||||
.height(56.dp),
|
||||
enabled = enabled,
|
||||
checked = isChecked,
|
||||
onCheckedChange = null,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue