do not check uploadPictureIconState

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-27 20:54:57 +08:00
parent b51c646415
commit dff6b6486d
2 changed files with 9 additions and 12 deletions

View File

@@ -164,7 +164,7 @@ class VideoReplyReplyController extends ReplyController
}) {
assert(replyItem != null && index != null);
final (bool inputDisable, bool canUploadPic, String? hint) = replyHint;
final (bool inputDisable, String? hint) = replyHint;
if (inputDisable) {
return;
}