Commit 0a8ad4c6 by Lee Munkyeong

ホスト変更された時モーダル非表示追加

parent 84514829
......@@ -439,6 +439,8 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity {
@Override
public void onClick(DialogInterface dialog, int which) {
mChatWebView.loadUrl("javascript:penOff();");
mChatWebView.loadUrl("javascript:$('#hostRequestModal').modal('hide');");
mChatWebView.loadUrl("javascript:$('#userNameCardInCollaboration').modal('hide');");
result.confirm();
}
});
......
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