🐛 Fix room content didn't continely load

This commit is contained in:
2025-11-30 22:00:23 +08:00
parent c3a3be0807
commit 322a93324c

View File

@@ -663,9 +663,11 @@ class ChatRoomScreen extends HookConsumerWidget {
curve: Curves.easeOut,
tween: EdgeInsetsTween(
begin: EdgeInsets.only(
top: MediaQuery.of(context).padding.top,
bottom: MediaQuery.of(context).padding.bottom + 8 + height,
),
end: EdgeInsets.only(
top: MediaQuery.of(context).padding.top,
bottom: MediaQuery.of(context).padding.bottom + 8 + height,
),
),