fix: More minor fixes

This commit is contained in:
Christian Pauly 2021-02-05 16:43:05 +01:00
commit 48449bbad8
3 changed files with 23 additions and 15 deletions

View file

@ -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),