Commit f8e8f67b by Kim Peace

Merge branch 'develop_onuma' into 'develop'

OS7 で文書協業を始めた時に、Indicatorが消えなくなる不具合を修正した。

See merge request !220
parents 2a389124 bdc58b69
......@@ -159,6 +159,7 @@ Common.startCollaboration = function (collaborationType) {
deviceInfo.androidVersion < ANDROID_SDK_VERSION.O
) {
alert(getLocalizedString("not_support_version"));
Common.dismissLoadingIndicator();
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