Fix iOS messaging issue
This commit is contained in:
parent
43df6b5564
commit
e25dd05576
@ -46,7 +46,7 @@ function finish(data) {
|
|||||||
|
|
||||||
|
|
||||||
if (!this._finishCalled && this._completionHandlerId) {
|
if (!this._finishCalled && this._completionHandlerId) {
|
||||||
let result = Object.assign({}, data);
|
let result = data;
|
||||||
|
|
||||||
this._finishCalled = true;
|
this._finishCalled = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user