Commit 8029a134 by Lee Jaebin

温度計の登録エラー時に処理を行うjavascript修正

parent 72d117b8
......@@ -458,7 +458,7 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
* @param errorMessage 各種デバイスから取得した値
*/
private void errorAfterAbookCheckAip(String errorMessage) {
afterABookCheckApi(mCmd, "", 1, errorMessage, "");
afterABookCheckApi(mCmd, "", 1, errorMessage, null);
}
/**
......
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