Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-24 13:30:38 +08:00
parent 288d554de9
commit f942b2a7ee

View File

@@ -731,8 +731,8 @@ class ReplyItemGrpc extends StatelessWidget {
tag: getTag?.call() ?? Get.arguments['heroTag'],
);
isValid =
ctr.data.timeLength! * 1000 <=
DurationUtil.parseDuration(matchStr);
DurationUtil.parseDuration(matchStr) * 1000 <=
ctr.data.timeLength!;
} catch (e) {
if (kDebugMode) debugPrint('failed to validate: $e');
}