mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
refactor: emote
This commit is contained in:
@@ -118,7 +118,7 @@ abstract class ReplyController extends CommonController {
|
||||
dynamic replyItem,
|
||||
int index = 0,
|
||||
}) {
|
||||
dynamic key = oid ?? replyItem.oid + replyItem.rpid + replyItem.rpid;
|
||||
dynamic key = oid ?? replyItem.oid + replyItem.rpid;
|
||||
Navigator.of(context)
|
||||
.push(
|
||||
GetDialogRoute(
|
||||
|
||||
Reference in New Issue
Block a user