mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
Fix Manage/Details column placeholder
This commit is contained in:
parent
2e48131c9b
commit
6e8e85c989
@ -581,6 +581,7 @@ class _AppPageState extends ConsumerState<AppPage> {
|
||||
Expanded(child: body),
|
||||
if (hasManage &&
|
||||
!hasDetailsOrKeyActions &&
|
||||
showDetailView &&
|
||||
widget.capabilities != null &&
|
||||
widget.capabilities?.first != Capability.u2f)
|
||||
// Add a placeholder for the Manage/Details column. Exceptions are:
|
||||
|
Loading…
Reference in New Issue
Block a user