refactor: Update Matrix SDK
This commit is contained in:
parent
d0b8d56b2a
commit
355abeb17f
10 changed files with 48 additions and 53 deletions
|
|
@ -136,7 +136,7 @@ class UserBottomSheetView extends StatelessWidget {
|
|||
subtitle:
|
||||
Text(presence.getLocalizedLastActiveAgo(context)),
|
||||
trailing: Icon(Icons.circle,
|
||||
color: presence.presence.currentlyActive ?? false
|
||||
color: presence.presence == PresenceType.online
|
||||
? Colors.green
|
||||
: Colors.grey),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue