mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: pm emoji
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -52,7 +52,8 @@ class WhisperDetailController
|
||||
ackSessionMsg(messageList.last.msgSeqno);
|
||||
}
|
||||
if (response.response.eInfos != null) {
|
||||
eInfos = response.response.eInfos;
|
||||
eInfos ??= [];
|
||||
eInfos!.addAll(response.response.eInfos!);
|
||||
}
|
||||
}
|
||||
return false;
|
||||
@@ -130,6 +131,7 @@ class WhisperDetailController
|
||||
@override
|
||||
Future<void> onRefresh() {
|
||||
msgSeqno = null;
|
||||
eInfos = null;
|
||||
scrollController.jumpToTop();
|
||||
return super.onRefresh();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user