mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-25 05:52:40 +03:00
Avoid having both 'Configure YK' and 'Expand sidebar' appear at the same time
This commit is contained in:
parent
db147cdbc3
commit
8c1cb4217f
@ -684,8 +684,7 @@ class _AppPageState extends ConsumerState<AppPage> {
|
||||
),
|
||||
actions: [
|
||||
if (widget.actionButtonBuilder == null &&
|
||||
(widget.keyActionsBuilder != null &&
|
||||
(!hasManage || !showDetailView)))
|
||||
(widget.keyActionsBuilder != null && (!hasManage)))
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(left: 4),
|
||||
child: IconButton(
|
||||
|
Loading…
Reference in New Issue
Block a user