mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 01:05:20 +00:00
move tor icon (#355)
This commit is contained in:
@@ -563,15 +563,15 @@ private fun MainHeader(
|
|||||||
horizontalArrangement = Arrangement.spacedBy(5.dp)
|
horizontalArrangement = Arrangement.spacedBy(5.dp)
|
||||||
) {
|
) {
|
||||||
|
|
||||||
// Tor status cable icon when Tor is enabled
|
|
||||||
TorStatusIcon(modifier = Modifier.size(15.dp))
|
|
||||||
|
|
||||||
// Location channels button (matching iOS implementation)
|
// Location channels button (matching iOS implementation)
|
||||||
LocationChannelsButton(
|
LocationChannelsButton(
|
||||||
viewModel = viewModel,
|
viewModel = viewModel,
|
||||||
onClick = onLocationChannelsClick
|
onClick = onLocationChannelsClick
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Tor status cable icon when Tor is enabled
|
||||||
|
TorStatusIcon(modifier = Modifier.size(14.dp))
|
||||||
|
|
||||||
PeerCounter(
|
PeerCounter(
|
||||||
connectedPeers = connectedPeers.filter { it != viewModel.meshService.myPeerID },
|
connectedPeers = connectedPeers.filter { it != viewModel.meshService.myPeerID },
|
||||||
joinedChannels = joinedChannels,
|
joinedChannels = joinedChannels,
|
||||||
|
|||||||
Reference in New Issue
Block a user