mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-26 01:45:19 +00:00
move tor icon (#355)
This commit is contained in:
@@ -562,16 +562,16 @@ private fun MainHeader(
|
|||||||
verticalAlignment = Alignment.CenterVertically,
|
verticalAlignment = Alignment.CenterVertically,
|
||||||
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