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 0429997 commit f3dbfc8Copy full SHA for f3dbfc8
src/scripts/android/updateAndroidManifest.js
@@ -197,8 +197,8 @@
197
intentFilterData.push(getAppLinkIntentFilterDictionary(alternate))
198
} else if (linkDomain.indexOf('bnc.lt') !== -1) {
199
// bnc.lt
200
- if (preferences.androidPrefix == null) {
201
- throw new Error('BRANCH SDK: Missing "android-prefix" in <branch-config> in your config.xml. Docs https://goo.gl/GijGKP')
+ if (preferences.androidPrefix === null) {
+ throw new Error('BRANCH SDK: Invalid "android-prefix" in <branch-config> in your config.xml. Docs https://goo.gl/GijGKP')
202
}
203
intentFilterData.push(getAppLinkIntentFilterDictionary(linkDomain, preferences.androidPrefix))
204
} else {
0 commit comments