Remove package name from push notification content (#2700)

This commit is contained in:
Miguel Alatzar 2019-04-07 14:23:53 -07:00 committed by Saturnino Abril
parent dd66405343
commit 50a83b63fa

View file

@ -133,7 +133,6 @@ public class NotificationReplyBroadcastReceiver extends BroadcastReceiver {
Notification notification =
new Notification.Builder(mContext, CHANNEL_ID)
.setContentTitle("Message failed to send.")
.setContentText(packageName)
.setSmallIcon(smallIconResId)
.build();