mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 22:29:09 +00:00
fix onlinestatus color for night mode
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
ffbe39bd01
commit
e3fd9a7592
@ -384,7 +384,7 @@ class ConversationInfoController(args: Bundle) :
|
||||
|
||||
for (i in participants.indices) {
|
||||
participant = participants[i]
|
||||
userItem = UserItem(context, participant, conversationUser, null)
|
||||
userItem = UserItem(router.activity, participant, conversationUser, null)
|
||||
if (participant.sessionId != null) {
|
||||
userItem.isOnline = !participant.sessionId.equals("0")
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user