Commit e6f3d7e8 authored by yogevbd's avatar yogevbd

f

parent 7aa1eba6
...@@ -162,7 +162,7 @@ public class PushNotification implements IPushNotification { ...@@ -162,7 +162,7 @@ public class PushNotification implements IPushNotification {
.setContentTitle(mNotificationProps.getTitle()) .setContentTitle(mNotificationProps.getTitle())
.setContentText(mNotificationProps.getBody()) .setContentText(mNotificationProps.getBody())
.setSmallIcon(mContext.getApplicationInfo().icon) .setSmallIcon(mContext.getApplicationInfo().icon)
// .setContentIntent(intent) .setContentIntent(intent)
.setDefaults(Notification.DEFAULT_ALL) .setDefaults(Notification.DEFAULT_ALL)
.setAutoCancel(true); .setAutoCancel(true);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment