Iterate on indicators on room list #2079
This commit is contained in:
committed by
Benoit Marty
parent
98d9a65a1f
commit
f2c989cbd6
+1
-1
@@ -297,7 +297,7 @@ class DefaultNotificationDrawerManager @Inject constructor(
|
||||
operation = {
|
||||
// myUserDisplayName cannot be empty else NotificationCompat.MessagingStyle() will crash
|
||||
val myUserDisplayName = client.loadUserDisplayName().getOrNull() ?: sessionId.value
|
||||
val userAvatarUrl = client.loadUserAvatarURLString().getOrNull()
|
||||
val userAvatarUrl = client.loadUserAvatarUrl().getOrNull()
|
||||
MatrixUser(
|
||||
userId = sessionId,
|
||||
displayName = myUserDisplayName,
|
||||
|
||||
Reference in New Issue
Block a user