We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12303e1 commit f319a59Copy full SHA for f319a59
src/branch.js
@@ -38,7 +38,7 @@ Branch.prototype.disableGlobalListenersWarnings = function () {
38
var runOnce = true
39
Branch.prototype.initSession = function (deepLinkDataListener) {
40
// handle double init from onResume on iOS
41
- if (!runOnce) return
+ if (!runOnce) return new Promise(function (resolve, reject) {})
42
runOnce = (deviceVendor.indexOf('Apple') < 0)
43
44
// private method to filter out +clicked_branch_link = false in deep link callback
0 commit comments