fix: removed incorrect block of code

This commit is contained in:
2026-06-17 20:38:30 +03:00
parent 24a1e704ca
commit 1c76705551
@@ -137,18 +137,5 @@ fun MainPage(
} }
} }
} }
if (isActionBarShowed) {
Box(
modifier = Modifier
.fillMaxSize()
.clickable(
interactionSource = remember { MutableInteractionSource() },
indication = null
) {
isActionBarShowed = false
}
) { }
}
} }
} }