open latest conversation from notification

This commit is contained in:
Daniel Gultsch 2014-04-11 23:05:45 +02:00
parent 259bb446ca
commit 96be96f9f8
1 changed files with 3 additions and 0 deletions

View File

@ -255,6 +255,9 @@ public class UIHelper {
mBuilder.setContentText(names.toString());
mBuilder.setStyle(style);
}
if (currentCon!=null) {
targetUuid=currentCon.getUuid();
}
if (unread.size() != 0) {
mBuilder.setSmallIcon(R.drawable.notification);
if (notify) {