Disable overlay bakground animation (#170)

* remove slider background from animation, show only when slider is shown

* cleanup unused import in chatscreen
This commit is contained in:
Tobiloba Oyelekan
2025-08-05 23:38:16 +02:00
committed by GitHub
parent 325ce1730d
commit bff8b1112c
2 changed files with 21 additions and 30 deletions
@@ -45,11 +45,7 @@ fun SidebarOverlay(
val peerNicknames = viewModel.meshService.getPeerNicknames()
val peerRSSI = viewModel.meshService.getPeerRSSI()
Box(
modifier = modifier
.background(Color.Black.copy(alpha = 0.5f))
.clickable { onDismiss() }
) {
Box(modifier = modifier) {
Row(
modifier = Modifier
.fillMaxHeight()