Commit 7c28d2f8 by onuma

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

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