fix: Sentry and small null fix
This commit is contained in:
parent
2cd90aa615
commit
e9f3aa37dd
3 changed files with 5 additions and 3 deletions
|
|
@ -173,7 +173,7 @@ class UserBottomSheet extends StatelessWidget {
|
|||
subtitle:
|
||||
Text(presence.getLocalizedLastActiveAgo(context)),
|
||||
trailing: Icon(Icons.circle,
|
||||
color: presence.presence.currentlyActive
|
||||
color: presence.presence.currentlyActive ?? false
|
||||
? Colors.green
|
||||
: Colors.grey),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue