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 49406ca commit 6dfa497Copy full SHA for 6dfa497
src/android/io/branch/BranchSDK.java
@@ -71,7 +71,7 @@ protected void pluginInitialize() {
71
PrefHelper.Debug("pluginInitialize");
72
73
this.activity = this.cordova.getActivity();
74
- Branch.enableLogging();
+// Branch.enableLogging();
75
Branch.disableInstantDeepLinking(true);
76
BranchUtil.setPluginType(BranchUtil.PluginType.CordovaIonic);
77
if (this.instance == null) {
@@ -83,7 +83,7 @@ protected void pluginInitialize() {
83
* Called when the activity receives a new intent.
84
*/
85
public void onNewIntent(Intent intent) {
86
-
+ intent.putExtra("branch_force_new_session", true);
87
this.activity.setIntent(intent);
88
89
this.reInitSession();
0 commit comments