open latest conversation from notification
This commit is contained in:
parent
259bb446ca
commit
96be96f9f8
|
@ -255,6 +255,9 @@ public class UIHelper {
|
||||||
mBuilder.setContentText(names.toString());
|
mBuilder.setContentText(names.toString());
|
||||||
mBuilder.setStyle(style);
|
mBuilder.setStyle(style);
|
||||||
}
|
}
|
||||||
|
if (currentCon!=null) {
|
||||||
|
targetUuid=currentCon.getUuid();
|
||||||
|
}
|
||||||
if (unread.size() != 0) {
|
if (unread.size() != 0) {
|
||||||
mBuilder.setSmallIcon(R.drawable.notification);
|
mBuilder.setSmallIcon(R.drawable.notification);
|
||||||
if (notify) {
|
if (notify) {
|
||||||
|
|
Loading…
Reference in a new issue