chore: Follow up presences
This commit is contained in:
parent
a41dd4c60f
commit
bee90019bb
4 changed files with 80 additions and 64 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue