Commit d86a0192 by Kim Jinsung

Bug #42856【android10不具合対応 Check】「表示切替」ボタンをタップすると、報告のピンが見えなくなる

parent ca47105f
...@@ -5362,7 +5362,7 @@ public class ContentViewActivity extends ABVContentViewActivity { ...@@ -5362,7 +5362,7 @@ public class ContentViewActivity extends ABVContentViewActivity {
zoomRelativeLayout.removeView(view); zoomRelativeLayout.removeView(view);
} }
} }
List<OperationTaskDto> tasks = mTaskHotspotJSON.getPageTasks(i); List<OperationTaskDto> tasks = mTaskHotspotJSON.getPageTasks(key);
operationTaskLayout.addAllOperationTaskIcon(zoomRelativeLayout, tasks); operationTaskLayout.addAllOperationTaskIcon(zoomRelativeLayout, tasks);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment