mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -156,9 +156,8 @@ class VideoReplyReplyController extends ReplyController
|
||||
|
||||
@override
|
||||
void onReply(
|
||||
BuildContext context, {
|
||||
ReplyInfo? replyItem, {
|
||||
int? oid,
|
||||
ReplyInfo? replyItem,
|
||||
int? replyType,
|
||||
int? index,
|
||||
}) {
|
||||
@@ -173,7 +172,7 @@ class VideoReplyReplyController extends ReplyController
|
||||
final root = replyItem.id.toInt();
|
||||
final key = oid + root;
|
||||
|
||||
Navigator.of(context)
|
||||
Get.key.currentState!
|
||||
.push(
|
||||
PublishRoute(
|
||||
pageBuilder: (buildContext, animation, secondaryAnimation) {
|
||||
|
||||
Reference in New Issue
Block a user