Remove package name from push notification content (#2700)
This commit is contained in:
parent
dd66405343
commit
50a83b63fa
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue