Commit 55892587 by Lee Munkyeong

作業画面から戻る際にカテゴリが初期化されるバーグ修正

parent d018e5be
...@@ -1902,7 +1902,7 @@ public class OperationListActivity extends ABVUIActivity { ...@@ -1902,7 +1902,7 @@ public class OperationListActivity extends ABVUIActivity {
public void run() { public void run() {
try { try {
createJsonForOperationList(getCacheDir().getAbsolutePath()); createJsonForOperationList(getCacheDir().getAbsolutePath());
mCheckWebView.loadUrl("javascript:CHK.initReportApp();"); mCheckWebView.loadUrl("javascript:CHK.initOperationList();");
} catch (Exception e) { } catch (Exception e) {
Logger.d("Update error"); Logger.d("Update error");
} }
......
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