Skip to content

Commit

Permalink
fix: Keyboard overlapping attachments [#WPB-11039] (#3780)
Browse files Browse the repository at this point in the history
Co-authored-by: Yamil Medina <[email protected]>
  • Loading branch information
m-zagorski and yamilmedina authored Dec 31, 2024
1 parent 784add3 commit 4896d60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class MessageCompositionInputStateHolder(
}

fun calculateOptionsMenuHeight(additionalOptionsSubMenuState: AdditionalOptionSubMenuState): Dp {
return max(optionsHeight, 250.dp) + if (additionalOptionsSubMenuState != AdditionalOptionSubMenuState.RecordAudio) {
return max(optionsHeight, 200.dp) + if (additionalOptionsSubMenuState != AdditionalOptionSubMenuState.RecordAudio) {
0.dp
} else {
composeTextHeight
Expand Down

0 comments on commit 4896d60

Please sign in to comment.