Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-27 16:52:53 +08:00
parent 889f6d01c2
commit 1d35abef63
5 changed files with 15 additions and 13 deletions

View File

@@ -156,7 +156,7 @@ class _WhisperDetailPageState
response != null && response.isNotEmpty
? ChatListView.separated(
itemCount: response.length,
padding: const EdgeInsets.all(14),
padding: const .all(kChatListPadding),
physics: const AlwaysScrollableScrollPhysics(
parent: ClampingScrollPhysics(),
),