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 713dd4e578
commit 64337b4851

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();