[PE mobile][SSE mobile] Bug 47922
This commit is contained in:
parent
1d322c635e
commit
0ebc7ee662
|
@ -544,6 +544,8 @@ define([
|
|||
if (me.appOptions.isEdit && me.appOptions.canLicense && !me.appOptions.isOffline && me.appOptions.canCoAuthoring) {
|
||||
// Force ON fast co-authoring mode
|
||||
me._state.fastCoauth = true;
|
||||
} else if (!me.appOptions.isEdit && me.appOptions.isRestrictedEdit) {
|
||||
me._state.fastCoauth = true;
|
||||
} else {
|
||||
me._state.fastCoauth = false;
|
||||
}
|
||||
|
|
|
@ -550,6 +550,8 @@ define([
|
|||
if (this.appOptions.isEdit && this.appOptions.canLicense && !this.appOptions.isOffline && this.appOptions.canCoAuthoring) {
|
||||
// Force ON fast co-authoring mode
|
||||
me._state.fastCoauth = true;
|
||||
} else if (!this.appOptions.isEdit && this.appOptions.isRestrictedEdit) {
|
||||
this._state.fastCoauth = true;
|
||||
} else
|
||||
this._state.fastCoauth = false;
|
||||
this.api.asc_SetFastCollaborative(this._state.fastCoauth);
|
||||
|
|
Loading…
Reference in a new issue