fix: Latest sent message sinks when clicked on Mobile (#4989)
This commit is contained in:
parent
7e9ec32ab6
commit
eef9a56275
1 changed files with 2 additions and 1 deletions
|
|
@ -356,7 +356,8 @@ class MessageSelectionPositionerState extends State<MessageSelectionPositioner>
|
|||
AppConfig.toolbarMenuHeight +
|
||||
4.0;
|
||||
|
||||
return bottomOffset > _screenHeight!;
|
||||
return bottomOffset >
|
||||
(_screenHeight! + MediaQuery.paddingOf(context).bottom);
|
||||
}
|
||||
|
||||
double get spaceBelowContent {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue