Commit da51cdf0 by Lee Munkyeong

リセットの場合リロードでなくイニシャルメソッドを実行

parent 0c669d6c
......@@ -373,7 +373,7 @@ public class OperationListActivity extends ABVUIActivity {
runOnUiThread(new Runnable() {
@Override
public void run() {
mCheckWebView.loadUrl("javascript:location.reload();");
mCheckWebView.loadUrl("javascript:CHK.initReportApp();");
}
});
break;
......
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