Browse Source

1、fixed:0012785: 【分时诊断】【图像测量】手机端播放AI病灶图像时,点击暂停键,对应病灶的AI诊断结果框没有显示,必选手动拉取进度条才能显示

guanxinyi 1 year ago
parent
commit
7d59b07563
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/view/paint/ai_patint_result.dart

+ 1 - 1
lib/view/paint/ai_patint_result.dart

@@ -85,7 +85,7 @@ class _AIPaintInfoState extends State<AIPaintInfoReslut> {
   Widget build(BuildContext context) {
     Widget? child;
 
-    if (widget.controller.status == VidPlayStatus.pause) {
+    if (aiPatintController.state.vidStatus == VidPlayStatus.pause) {
       child = LayoutBuilder(builder: (context, constraints) {
         try {
           ifShowAiResult = aiPatintController.onGetAIResultsInfo();