mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 21:15:30 +03:00
fix onlinestatus color for night mode
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
ffbe39bd01
commit
e3fd9a7592
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue