Hide camera switch icon during calls for devices with 1 or fewer cameras.

This commit is contained in:
Nicholas Tinsley
2024-03-29 17:04:55 -04:00
parent 7a9c01e6e5
commit 0014a2cba7
3 changed files with 53 additions and 46 deletions

View File

@@ -428,7 +428,6 @@ private fun ContentPreviewWithUserSetDisplayName() {
}
}
@Preview(name = "Light Theme", group = "content", uiMode = Configuration.UI_MODE_NIGHT_NO)
@Preview(name = "Dark Theme", group = "content", uiMode = Configuration.UI_MODE_NIGHT_YES)
@Composable