mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-15 20:54:27 +01:00
Fixed padding
This commit is contained in:
@@ -178,7 +178,7 @@ private fun SessionClosed(
|
||||
}
|
||||
}
|
||||
Button(
|
||||
modifier = Modifier.padding(16.dp),
|
||||
modifier = Modifier.padding(8.dp),
|
||||
onClick = { onClickEvent(ChannelSoundingEvent.RestartRangingSession) },
|
||||
) {
|
||||
Text(text = stringResource(id = R.string.reconnect))
|
||||
@@ -227,7 +227,7 @@ private fun SessionError(
|
||||
sessionData.reason != SessionClosedReason.RANGING_NOT_AVAILABLE
|
||||
) {
|
||||
Button(
|
||||
modifier = Modifier.padding(16.dp),
|
||||
modifier = Modifier.padding(8.dp),
|
||||
onClick = { onClickEvent(ChannelSoundingEvent.RestartRangingSession) },
|
||||
) {
|
||||
Text(text = stringResource(id = R.string.reconnect))
|
||||
|
||||
Reference in New Issue
Block a user