Rename val
This commit is contained in:
parent
2b4d80df01
commit
97a288812e
1 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ class RingingCallNotificationCreator(
|
||||||
): Notification? {
|
): Notification? {
|
||||||
val matrixClient = matrixClientProvider.getOrRestore(sessionId).getOrNull() ?: return null
|
val matrixClient = matrixClientProvider.getOrRestore(sessionId).getOrNull() ?: return null
|
||||||
val imageLoader = imageLoaderHolder.get(matrixClient)
|
val imageLoader = imageLoaderHolder.get(matrixClient)
|
||||||
val largeIcon = notificationBitmapLoader.getUserIcon(
|
val userIcon = notificationBitmapLoader.getUserIcon(
|
||||||
avatarData = AvatarData(
|
avatarData = AvatarData(
|
||||||
id = roomId.value,
|
id = roomId.value,
|
||||||
name = roomName,
|
name = roomName,
|
||||||
|
|
@ -84,7 +84,7 @@ class RingingCallNotificationCreator(
|
||||||
|
|
||||||
val caller = Person.Builder()
|
val caller = Person.Builder()
|
||||||
.setName(senderDisplayName)
|
.setName(senderDisplayName)
|
||||||
.setIcon(largeIcon)
|
.setIcon(userIcon)
|
||||||
.setImportant(true)
|
.setImportant(true)
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue