Skip to content

Commit c8a76cf

Browse files
authored
fix: remove fillMaxHeight() modifier from title container (#236)
The action mode top bar was going full screen on selection 🤷
1 parent 1fa3bfe commit c8a76cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commons/src/main/kotlin/org/fossify/commons/compose/screens/ManageBlockedNumbersScreen.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@ private fun ActionModeToolbar(
456456
title = {
457457
Box(
458458
modifier = Modifier
459-
.fillMaxHeight()
460459
.clickable {
461460
if (selectedIdsCount == blockedNumbersCount) {
462461
onBackClick()

0 commit comments

Comments
 (0)