fix: More minor fixes
This commit is contained in:
parent
355645555e
commit
48449bbad8
3 changed files with 23 additions and 15 deletions
|
|
@ -16,9 +16,6 @@ class ContactListTile extends StatelessWidget {
|
|||
var statusMsg = contact.presence?.statusMsg?.isNotEmpty ?? false
|
||||
? contact.presence.statusMsg
|
||||
: null;
|
||||
if (contact.senderId == '@jana:janian.de') {
|
||||
statusMsg = 'Hallo Welt';
|
||||
}
|
||||
return FutureBuilder<Profile>(
|
||||
future:
|
||||
Matrix.of(context).client.getProfileFromUserId(contact.senderId),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue