mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: get whisper content
related #170 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -176,7 +176,7 @@ class _WhisperPageState extends State<WhisperPage> {
|
|||||||
physics: const NeverScrollableScrollPhysics(),
|
physics: const NeverScrollableScrollPhysics(),
|
||||||
itemBuilder: (context, int i) {
|
itemBuilder: (context, int i) {
|
||||||
dynamic content =
|
dynamic content =
|
||||||
sessionList[i].lastMsg.content;
|
sessionList[i]?.lastMsg?.content;
|
||||||
if (content == null || content == "") {
|
if (content == null || content == "") {
|
||||||
content = '不支持的消息类型';
|
content = '不支持的消息类型';
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user