mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +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…
Reference in a new issue