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: [
|
actions: [
|
||||||
if (widget.actionButtonBuilder == null &&
|
if (widget.actionButtonBuilder == null &&
|
||||||
(widget.keyActionsBuilder != null &&
|
(widget.keyActionsBuilder != null && (!hasManage)))
|
||||||
(!hasManage || !showDetailView)))
|
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(left: 4),
|
padding: const EdgeInsets.only(left: 4),
|
||||||
child: IconButton(
|
child: IconButton(
|
||||||
|
Loading…
Reference in New Issue
Block a user