@imatis/react-native-notifications 4.3.3-imatis.3 → 4.3.3-imatis.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -299,7 +299,7 @@ public class PushNotification implements IPushNotification {
|
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
protected void launchOrResumeApp() {
|
|
302
|
-
if (
|
|
302
|
+
if (NotificationIntentAdapter.canHandleTrampolineActivity(mContext)) {
|
|
303
303
|
final Intent intent = mAppLaunchHelper.getLaunchIntent(mContext);
|
|
304
304
|
mContext.startActivity(intent);
|
|
305
305
|
}
|
package/package.json
CHANGED