Commit 0e644a17 by Lee Jaebin

エラーメッセージをC018→P007に変更

parent 8f5db143
......@@ -322,7 +322,7 @@ public class ParentWebViewActivity extends ABVContentViewActivity {
} catch (Exception e) {
Logger.e(TAG, e);
// ロック中である場合以下のエラーメッセージで判定
if (e.getMessage().equals("C018")) {
if (e.getMessage().equals("P007")) {
runOnUiThread(new Runnable() {
@Override
public void run() {
......
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