Commit ba7efc61 by Kim Jinsung

Merge branch 'features/1.3.200_42856' into 'features/1.3.200'

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

See merge request !158
parents 884d8650 d86a0192
......@@ -5363,7 +5363,7 @@ public class ContentViewActivity extends ABVContentViewActivity {
zoomRelativeLayout.removeView(view);
}
}
List<OperationTaskDto> tasks = mTaskHotspotJSON.getPageTasks(i);
List<OperationTaskDto> tasks = mTaskHotspotJSON.getPageTasks(key);
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