Skip to content
Snippets Groups Projects
Commit 062634f6 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes a bug where user accounts were improperly displayed

parent 11ebeef8
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ class UserInfoFragment : ServiceBoundFragment() { ...@@ -141,7 +141,7 @@ class UserInfoFragment : ServiceBoundFragment() {
awayMessage.text = user.awayMessage() awayMessage.text = user.awayMessage()
awayContainer.visibleIf(user.awayMessage().isNotBlank()) awayContainer.visibleIf(user.awayMessage().isNotBlank())
account.text = user.user() account.text = user.account()
accountContainer.visibleIf(user.account().isNotBlank()) accountContainer.visibleIf(user.account().isNotBlank())
ident.text = user.user() ident.text = user.user()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment