Fixed padding

This commit is contained in:
hiar
2025-10-09 13:33:09 +02:00
committed by Himali Aryal
parent ebb8e0769a
commit 688a6aaf7f

View File

@@ -178,7 +178,6 @@ private fun SessionClosed(
}
}
Button(
modifier = Modifier.padding(8.dp),
onClick = { onClickEvent(ChannelSoundingEvent.RestartRangingSession) },
) {
Text(text = stringResource(id = R.string.reconnect))
@@ -227,7 +226,6 @@ private fun SessionError(
sessionData.reason != SessionClosedReason.RANGING_NOT_AVAILABLE
) {
Button(
modifier = Modifier.padding(8.dp),
onClick = { onClickEvent(ChannelSoundingEvent.RestartRangingSession) },
) {
Text(text = stringResource(id = R.string.reconnect))