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