Commit 2e5836f0 by Lee Munkyeong

バグ修正

parent d01e51c3
...@@ -173,7 +173,7 @@ $(function () { ...@@ -173,7 +173,7 @@ $(function () {
if (CHAT_UTIL.isIOS()) { if (CHAT_UTIL.isIOS()) {
//TODO 画面を縮小し、会議室に入場する処理 //TODO 画面を縮小し、会議室に入場する処理
} else if (CHAT_UTIL.isAndroid()) { } else if (CHAT_UTIL.isAndroid()) {
android.startContentView(meetingId); android.startContentView();
} }
} }
} else if (collaborationJoinFlg == "0") { } else if (collaborationJoinFlg == "0") {
......
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