Skip to content

Commit 58733c0

Browse files
e7machrishileanplum
authored andcommitted
E2-2028 (#375)
* remove package name check * least disrutpive change
1 parent f331ada commit 58733c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidSDKPush/src/main/java/com/leanplum/LeanplumPushService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@ private static Boolean activityHasIntent(Context context, Intent deepLinkIntent)
603603
// If url can be handled by current app - set package name to intent, so url will be
604604
// open by current app. Skip chooser dialog.
605605
deepLinkIntent.setPackage(resolveInfo.activityInfo.packageName);
606-
return true;
607606
}
607+
return true;
608608
}
609609
}
610610
}

0 commit comments

Comments
 (0)