fixed dm notification not clickable #730
This commit is contained in:
parent
8a1897be62
commit
f3ebbc3c9e
|
@ -282,6 +282,8 @@ class ContentNotificationManager(
|
||||||
messageSum)
|
messageSum)
|
||||||
builder.setTicker(notificationTitle)
|
builder.setTicker(notificationTitle)
|
||||||
builder.setContentTitle(notificationTitle)
|
builder.setContentTitle(notificationTitle)
|
||||||
|
builder.setContentIntent(getContentIntent(context, CustomTabType.DIRECT_MESSAGES,
|
||||||
|
NotificationType.DIRECT_MESSAGES, accountKey, 0))
|
||||||
val remaining = cur.forEachRow(5) { cur, pos ->
|
val remaining = cur.forEachRow(5) { cur, pos ->
|
||||||
val conversation = indices.newObject(cur)
|
val conversation = indices.newObject(cur)
|
||||||
if (conversation.notificationDisabled) return@forEachRow false
|
if (conversation.notificationDisabled) return@forEachRow false
|
||||||
|
|
Loading…
Reference in New Issue