opt: jump to reply

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-05 16:42:34 +08:00
parent b02e6c04b9
commit f90f759667

View File

@@ -85,10 +85,10 @@ class VideoReplyReplyController extends ReplyController
index: hasRoot ? index! + 3 : index! + 1,
alignment: 0.25,
);
await Future.delayed(const Duration(milliseconds: 800));
await controller?.forward();
index = null;
} catch (_) {}
await Future.delayed(const Duration(milliseconds: 800));
await controller?.forward();
index = null;
}
});
}