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