Commit a0771fcd by Lee Munkyeong

Hotfix_Fermi側のレコードエラー対応

parent 592282e1
...@@ -433,6 +433,8 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity { ...@@ -433,6 +433,8 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity {
} else { } else {
mChatWebView.loadUrl(CHAT_PAGE_URL); mChatWebView.loadUrl(CHAT_PAGE_URL);
} }
} else if (tempMessage.equals(getString(R.string.error_fail_record))) {
mChatWebView.loadUrl("javascript:recordFinished()");
} }
} }
}); });
......
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