🐛 Fix room content didn't continely load
This commit is contained in:
@@ -663,9 +663,11 @@ class ChatRoomScreen extends HookConsumerWidget {
|
|||||||
curve: Curves.easeOut,
|
curve: Curves.easeOut,
|
||||||
tween: EdgeInsetsTween(
|
tween: EdgeInsetsTween(
|
||||||
begin: EdgeInsets.only(
|
begin: EdgeInsets.only(
|
||||||
|
top: MediaQuery.of(context).padding.top,
|
||||||
bottom: MediaQuery.of(context).padding.bottom + 8 + height,
|
bottom: MediaQuery.of(context).padding.bottom + 8 + height,
|
||||||
),
|
),
|
||||||
end: EdgeInsets.only(
|
end: EdgeInsets.only(
|
||||||
|
top: MediaQuery.of(context).padding.top,
|
||||||
bottom: MediaQuery.of(context).padding.bottom + 8 + height,
|
bottom: MediaQuery.of(context).padding.bottom + 8 + height,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user