An attempt to fix an elusive crash

This commit is contained in:
Sergey Eremin
2017-08-11 03:18:23 +03:00
parent 09a82b73e7
commit 999cd70b22

View File

@@ -23,7 +23,7 @@ abstract public class NotificationBuilder {
}
public NotificationBuilder(Context context) {
this.context = context;
this.context = context.getApplicationContext();
}
protected PendingIntent getPendingIntent(Intent intent) {