@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 (!NotificationIntentAdapter.cannotHandleTrampolineActivity(mContext)) {
302
+ if (NotificationIntentAdapter.canHandleTrampolineActivity(mContext)) {
303
303
  final Intent intent = mAppLaunchHelper.getLaunchIntent(mContext);
304
304
  mContext.startActivity(intent);
305
305
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imatis/react-native-notifications",
3
- "version": "4.3.3-imatis.3",
3
+ "version": "4.3.3-imatis.4",
4
4
  "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android",
5
5
  "license": "MIT",
6
6
  "keywords": [