mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -37,10 +37,9 @@ class _MyReplyState extends State<MyReply> with DynMixin {
|
||||
}
|
||||
|
||||
void _initReply() {
|
||||
_replies.assignAll(
|
||||
GStorage.reply!.values.map(ReplyInfo.fromBuffer).toList()
|
||||
..sort((a, b) => b.ctime.compareTo(a.ctime)), // rpid not aligned
|
||||
);
|
||||
_replies
|
||||
..assignAll(GStorage.reply!.values.map(ReplyInfo.fromBuffer))
|
||||
..sort((a, b) => b.ctime.compareTo(a.ctime)); // rpid not aligned;
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user