mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +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