forked from Ivasoft/mattermost-mobile
Remove package name from push notification content (#2700)
This commit is contained in:
committed by
Saturnino Abril
parent
713dd4e578
commit
64337b4851
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user