chore: Follow up presences

This commit is contained in:
krille-chan 2023-11-11 19:54:31 +01:00
commit bee90019bb
No known key found for this signature in database
4 changed files with 80 additions and 64 deletions

View file

@ -84,8 +84,8 @@ class Avatar extends StatelessWidget {
final dotColor = presence.presence.isOnline
? Colors.green
: presence.presence.isUnavailable
? Colors.orange
: Colors.red;
? Colors.red
: Colors.grey;
return Positioned(
bottom: -4,
right: -4,