Commit 966eb8ed by Lee Munkyeong

ソケットが切れた場合画面リロード

parent 5b83fc48
......@@ -1900,7 +1900,7 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity {
isStop = false;
super.onResume();
if (mChatWebView.getUrl() != null && mChatWebView.getUrl().equals(CHAT_ROOM_PAGE_URL)) {
mChatWebView.loadUrl("javascript:window.location.reload();");
mChatWebView.loadUrl("javascript:CHAT_SOCKET.socketCheck();");
}
}
......
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