Fix top list
This commit is contained in:
parent
fb45f53df6
commit
3fa51d74a9
6 changed files with 65 additions and 72 deletions
|
|
@ -34,15 +34,6 @@ class PresenceDialog extends StatelessWidget {
|
|||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: <Widget>[
|
||||
Text(presence.getLocalizedStatusMessage(context)),
|
||||
if (presence.presence != null)
|
||||
Text(
|
||||
presence.presence.toString().split('.').last,
|
||||
style: TextStyle(
|
||||
color: presence.presence.currentlyActive == true
|
||||
? Colors.green
|
||||
: Theme.of(context).primaryColor,
|
||||
),
|
||||
)
|
||||
],
|
||||
),
|
||||
actions: <Widget>[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue