mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
chore: code clean up
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -163,7 +163,7 @@ class _WhisperDetailPageState extends State<WhisperDetailPage> {
|
||||
itemBuilder: (_, int i) {
|
||||
return ChatItem(
|
||||
item: messageList[i],
|
||||
e_infos: _whisperDetailController.eInfos,
|
||||
eInfos: _whisperDetailController.eInfos,
|
||||
);
|
||||
},
|
||||
padding: const EdgeInsets.only(bottom: 20),
|
||||
|
||||
Reference in New Issue
Block a user