mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-16 21:24:20 +01:00
Fixed uart
This commit is contained in:
@@ -182,7 +182,7 @@ private fun MessageItemOutput(record: UARTRecord) {
|
||||
horizontalAlignment = Alignment.Start
|
||||
) {
|
||||
Text(
|
||||
text = record.text.visualizeNewlines(),
|
||||
text = record.text,
|
||||
style = MaterialTheme.typography.bodyMedium,
|
||||
color = MaterialTheme.colorScheme.onPrimary
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user