diff --git a/LIBCWTCH-GO-MACOS.version b/LIBCWTCH-GO-MACOS.version index 6d5fa28d..bd3b0bd2 100644 --- a/LIBCWTCH-GO-MACOS.version +++ b/LIBCWTCH-GO-MACOS.version @@ -1 +1 @@ -2022-03-10-19-05-v1.6.0-9-g5b34715 \ No newline at end of file +2022-03-22-17-15-v1.6.0-11-gca4897b \ No newline at end of file diff --git a/LIBCWTCH-GO.version b/LIBCWTCH-GO.version index f4acd5e9..7f8cc549 100644 --- a/LIBCWTCH-GO.version +++ b/LIBCWTCH-GO.version @@ -1 +1 @@ -2022-03-11-00-06-v1.6.0-9-g5b34715 \ No newline at end of file +2022-03-22-21-16-v1.6.0-11-gca4897b \ No newline at end of file diff --git a/lib/views/contactsview.dart b/lib/views/contactsview.dart index ad3a5c8f..216e5e1f 100644 --- a/lib/views/contactsview.dart +++ b/lib/views/contactsview.dart @@ -107,7 +107,9 @@ class _ContactsViewState extends State { ? Provider.of(context).imagePath : Provider.of(context).defaultImagePath, diameter: 42, - border: Provider.of(context).current().portraitOnlineBorderColor, + border: Provider.of(context).isOnline + ? Provider.of(context).current().portraitOnlineBorderColor + : Provider.of(context).current().portraitOfflineBorderColor, badgeTextColor: Colors.red, badgeColor: Colors.red, ),