Commit 091d434d by Takatoshi Miura

図面タイプで、報告作成した後、すぐ「ピン・作業コード」切り替えボタン押すと表示されない問題対応

parent 18fe96cb
......@@ -45,7 +45,7 @@ public abstract class ABVLoginActivity extends ABVNoAuthenticatedActivity {
CommonExecutor.execute(new Runnable() {
@Override
public void run() {
serverLoginAndCheckChangeUser("noneId");
serverLoginAndCheckChangeUser("");
}
});
}
......
......@@ -5224,7 +5224,8 @@ public class ContentViewActivity extends ABVContentViewActivity {
}
// 作業のホットスポットJSONを取得
private void getTaskHotspotJSON() {
@Override
protected void getTaskHotspotJSON() {
try {
String contentPath = ABVEnvironment.getInstance().getTaskPdfDirName(ContentFileExtractor.getInstance().getContentCacheDirWithExtract(operationDto.contentId));
if (operationDto.reportType == Constant.ReportType.ReportContinuous) {
......
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