Renable Network Status Updates, Display Status in Contacts View
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Sarah Jamie Lewis 2022-03-23 14:23:23 -07:00
parent 65d5e9777d
commit 0857d46809
3 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
2022-03-10-19-05-v1.6.0-9-g5b34715
2022-03-22-17-15-v1.6.0-11-gca4897b

View File

@ -1 +1 @@
2022-03-11-00-06-v1.6.0-9-g5b34715
2022-03-22-21-16-v1.6.0-11-gca4897b

View File

@ -107,7 +107,9 @@ class _ContactsViewState extends State<ContactsView> {
? Provider.of<ProfileInfoState>(context).imagePath
: Provider.of<ProfileInfoState>(context).defaultImagePath,
diameter: 42,
border: Provider.of<Settings>(context).current().portraitOnlineBorderColor,
border: Provider.of<ProfileInfoState>(context).isOnline
? Provider.of<Settings>(context).current().portraitOnlineBorderColor
: Provider.of<Settings>(context).current().portraitOfflineBorderColor,
badgeTextColor: Colors.red,
badgeColor: Colors.red,
),