Commit 7c28d2f8 by onuma

#44459 文書協業接続開始時に、「ホストが文書を選択中です」が2回表示される。

parent bf210b59
...@@ -1317,8 +1317,8 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity implements ...@@ -1317,8 +1317,8 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity implements
} }
public void joinMeetingRoom(int newMeetingId) { public void joinMeetingRoom(int newMeetingId) {
if (startPIP) { if (meetingManager.isConnected()) {
// すでにstartPIPModeしていたら実行しない // すでに会議室に入室していたら、何もしない。
return; return;
} }
finishBeforeContentListActivity(); finishBeforeContentListActivity();
......
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