mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 03:05:20 +00:00
touches
This commit is contained in:
@@ -933,8 +933,6 @@ class BluetoothMeshService(private val context: Context) {
|
|||||||
appendLine()
|
appendLine()
|
||||||
appendLine(peerManager.getDebugInfo(connectionManager.addressPeerMap))
|
appendLine(peerManager.getDebugInfo(connectionManager.addressPeerMap))
|
||||||
appendLine()
|
appendLine()
|
||||||
appendLine(printDeviceAddressesForPeers())
|
|
||||||
appendLine()
|
|
||||||
appendLine(peerManager.getFingerprintDebugInfo())
|
appendLine(peerManager.getFingerprintDebugInfo())
|
||||||
appendLine()
|
appendLine()
|
||||||
appendLine(fragmentManager.getDebugInfo())
|
appendLine(fragmentManager.getDebugInfo())
|
||||||
|
|||||||
@@ -303,18 +303,19 @@ private fun PrivateChatHeader(
|
|||||||
modifier = Modifier.align(Alignment.Center)
|
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(
|
||||||
text = peerNickname,
|
text = peerNickname,
|
||||||
style = MaterialTheme.typography.titleMedium,
|
style = MaterialTheme.typography.titleMedium,
|
||||||
color = Color(0xFFFF9500) // Orange
|
color = Color(0xFFFF9500) // Orange
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Spacer(modifier = Modifier.width(4.dp))
|
||||||
|
|
||||||
|
NoiseSessionIcon(
|
||||||
|
sessionState = sessionState,
|
||||||
|
modifier = Modifier.size(14.dp)
|
||||||
|
)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Favorite button - positioned on the right
|
// Favorite button - positioned on the right
|
||||||
|
|||||||
Reference in New Issue
Block a user