Merge branch 'pebble-notification' of https://github.com/danielegobbetti/Conversations into danielegobbetti-pebble-notification
This commit is contained in:
commit
869ee3d438
|
@ -376,7 +376,7 @@ public class NotificationService {
|
|||
builder.setStyle(messagingStyle);
|
||||
} else {
|
||||
builder.setStyle(new NotificationCompat.BigTextStyle().bigText(getMergedBodies(messages)));
|
||||
builder.setContentText(UIHelper.getMessagePreview(mXmppConnectionService, messages.get(0)).first);
|
||||
builder.setContentText(UIHelper.getMessagePreview(mXmppConnectionService, messages.get((messages.size()-1))).first);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue