mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 01:45:22 +00:00
touches
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user