This commit is contained in:
callebtc
2025-07-30 11:50:05 +02:00
parent 158923a1d9
commit 70589b1fe7
2 changed files with 8 additions and 9 deletions
@@ -933,8 +933,6 @@ class BluetoothMeshService(private val context: Context) {
appendLine()
appendLine(peerManager.getDebugInfo(connectionManager.addressPeerMap))
appendLine()
appendLine(printDeviceAddressesForPeers())
appendLine()
appendLine(peerManager.getFingerprintDebugInfo())
appendLine()
appendLine(fragmentManager.getDebugInfo())
@@ -303,18 +303,19 @@ private fun PrivateChatHeader(
modifier = Modifier.align(Alignment.Center)
) {
// Reactive Noise session status icon
NoiseSessionIcon(
sessionState = sessionState,
modifier = Modifier.size(14.dp)
)
Spacer(modifier = Modifier.width(4.dp))
Text(
text = peerNickname,
style = MaterialTheme.typography.titleMedium,
color = Color(0xFFFF9500) // Orange
)
Spacer(modifier = Modifier.width(4.dp))
NoiseSessionIcon(
sessionState = sessionState,
modifier = Modifier.size(14.dp)
)
}
// Favorite button - positioned on the right