Commit b91c4009 by Takatoshi Miura

bugFix-ios_iOS側で”現在の端末バージョンでは利用できません”アラートが出るバグを修正

parent 18edd244
......@@ -756,7 +756,8 @@ function Coview_addLoginId(loginId) {
function applyForHostChange() {
if (
joinCollaborationType == COLLABORATION_TYPE.DOCUMENT &&
androidVersion < ANDROID_SDK_VERSION.O
androidVersion < ANDROID_SDK_VERSION.O &&
CHAT_UTIL.isAndroid()
) {
alert(getLocalizedString("not_support_version"));
return;
......
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