Skip to content

Commit

Permalink
Remove package name from push notification content (#2700)
Browse files Browse the repository at this point in the history
  • Loading branch information
migbot authored and saturninoabril committed Apr 7, 2019
1 parent dd66405 commit 50a83b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ protected void onReplyFailed(NotificationManager notificationManager, int notifi
Notification notification =
new Notification.Builder(mContext, CHANNEL_ID)
.setContentTitle("Message failed to send.")
.setContentText(packageName)
.setSmallIcon(smallIconResId)
.build();

Expand Down

0 comments on commit 50a83b6

Please sign in to comment.