Commit 46342f26 by Kim Jinsung

文書協業終了時、コンテンツ閲覧したActivityがある場合、削除する

parent 51097c96
...@@ -1347,8 +1347,11 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity implements ...@@ -1347,8 +1347,11 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity implements
public void exitMeetingRoom() { public void exitMeetingRoom() {
exitAndDeleteMeetingRoom(); exitAndDeleteMeetingRoom();
finishPIPMode(); finishPIPMode();
//関連資料画面閉じる //関連資料画面閉じる
ActivityHandlingHelper.getInstance().finishCollaborationOperationRelatedContentActivity(); ActivityHandlingHelper.getInstance().finishCollaborationOperationRelatedContentActivity();
//コンテンツ閲覧画面閉じる
ActivityHandlingHelper.getInstance().finishAllContentViewActivity();
} }
public void finishPIP() { public void finishPIP() {
......
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