fix for open async in RN Debug
This commit is contained in:
parent
cc2e685594
commit
f4528ae6f5
|
@ -176,8 +176,8 @@ Object.defineProperties(Realm, {
|
|||
},
|
||||
},
|
||||
_waitForDownload: {
|
||||
value: function(_config) {
|
||||
return rpc.callMethod(undefined, Realm[keys.id], '_waitForDownload', Array.from(arguments));
|
||||
value: function(_config, callback) {
|
||||
callback();
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue