mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-27 22:05:53 +08:00
@@ -731,8 +731,8 @@ class ReplyItemGrpc extends StatelessWidget {
|
|||||||
tag: getTag?.call() ?? Get.arguments['heroTag'],
|
tag: getTag?.call() ?? Get.arguments['heroTag'],
|
||||||
);
|
);
|
||||||
isValid =
|
isValid =
|
||||||
ctr.data.timeLength! * 1000 <=
|
DurationUtil.parseDuration(matchStr) * 1000 <=
|
||||||
DurationUtil.parseDuration(matchStr);
|
ctr.data.timeLength!;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (kDebugMode) debugPrint('failed to validate: $e');
|
if (kDebugMode) debugPrint('failed to validate: $e');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user