Commit 5d94c6f5 by Lee Munkyeong

Merge branch 'communication/develop' of…

Merge branch 'communication/develop' of https://gitlab.agentec.jp/abook_android/abook_check into communication/develop
parents 0b73c58f 9975ab07
Subproject commit 76f2642396962fb9b6e8bb35a2aaa8a9949075d0
Subproject commit 7179d84f9bb307f613b7583d79a3b9b7616b4071
......@@ -1885,6 +1885,14 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity {
}
@Override
protected void onResume() {
super.onResume();
if (mChatWebView.getUrl() != null && mChatWebView.getUrl().equals(CHAT_ROOM_PAGE_URL)) {
mChatWebView.loadUrl("javascript:window.location.reload();");
}
}
@Override
public void onDestroy(){
exitAndDeleteMeetingRoom();
super.onDestroy();
......
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