Skip to content

Commit

Permalink
Merge pull request #1 from andrewtremblay-pear/patch-2
Browse files Browse the repository at this point in the history
Addressing missing imports from upstream PR
  • Loading branch information
andrewtremblay authored Nov 14, 2019
2 parents 071a340 + 16a3ade commit 744f8db
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package com.dieam.reactnativepushnotification.modules;


import android.app.ActivityManager;
import android.app.ActivityManager.RunningAppProcessInfo;
import android.app.AlarmManager;
import android.app.Application;
import android.app.Notification;
Expand Down Expand Up @@ -31,6 +33,7 @@
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.List;

import static com.dieam.reactnativepushnotification.modules.RNPushNotification.LOG_TAG;
import static com.dieam.reactnativepushnotification.modules.RNPushNotificationAttributes.fromJson;
Expand Down

0 comments on commit 744f8db

Please sign in to comment.