fixed in upcoming release
This commit is contained in:
+2
@@ -46,6 +46,8 @@ class AppBarTitle extends HookConsumerWidget {
|
|||||||
color: Theme.of(context).colorScheme.error,
|
color: Theme.of(context).colorScheme.error,
|
||||||
size: 14,
|
size: 14,
|
||||||
);
|
);
|
||||||
|
} else if (tabState.readerableState.active) {
|
||||||
|
return const Icon(MdiIcons.lockMinus, size: 14);
|
||||||
} else if (!tabState.securityInfoState.secure) {
|
} else if (!tabState.securityInfoState.secure) {
|
||||||
return Icon(
|
return Icon(
|
||||||
MdiIcons.lockAlert,
|
MdiIcons.lockAlert,
|
||||||
|
|||||||
@@ -45,6 +45,8 @@ class CertificateTile extends HookConsumerWidget {
|
|||||||
style: TextStyle(color: Theme.of(context).colorScheme.error),
|
style: TextStyle(color: Theme.of(context).colorScheme.error),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
} else if (tabState.readerableState.active) {
|
||||||
|
return const SizedBox.shrink();
|
||||||
} else if (!tabState.securityInfoState.secure) {
|
} else if (!tabState.securityInfoState.secure) {
|
||||||
return ListTile(
|
return ListTile(
|
||||||
leading: Icon(
|
leading: Icon(
|
||||||
|
|||||||
Reference in New Issue
Block a user