diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/nests/room/screen/NestActionBar.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/nests/room/screen/NestActionBar.kt
index 4c72d5fb6a..b26facf66d 100644
--- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/nests/room/screen/NestActionBar.kt
+++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/nests/room/screen/NestActionBar.kt
@@ -34,7 +34,6 @@ import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size
import androidx.compose.foundation.layout.width
import androidx.compose.material3.AssistChip
-import androidx.compose.material3.AssistChipDefaults
import androidx.compose.material3.Button
import androidx.compose.material3.ButtonDefaults
import androidx.compose.material3.FilledIconButton
@@ -338,15 +337,6 @@ private fun OnStageControls(
}
is BroadcastUiState.Broadcasting -> {
- AssistChip(
- onClick = {},
- enabled = false,
- label = { Text(stringRes(R.string.nest_broadcasting)) },
- colors =
- AssistChipDefaults.assistChipColors(
- disabledLabelColor = MaterialTheme.colorScheme.error,
- ),
- )
FilledTonalIconToggleButton(
checked = broadcast.isMuted,
onCheckedChange = { viewModel.setMicMuted(it) },
diff --git a/amethyst/src/main/res/values/strings.xml b/amethyst/src/main/res/values/strings.xml
index 6793400898..34774ee7ff 100644
--- a/amethyst/src/main/res/values/strings.xml
+++ b/amethyst/src/main/res/values/strings.xml
@@ -521,7 +521,6 @@
Mute mic
Unmute mic
Going liveā¦
- Live
Broadcast failed: %1$s
Mute failed: %1$s
Microphone access is required to talk in this room.