mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
Remove unnecessary parentheses
This commit is contained in:
parent
8c1cb4217f
commit
908f0c29ad
@ -684,7 +684,7 @@ class _AppPageState extends ConsumerState<AppPage> {
|
||||
),
|
||||
actions: [
|
||||
if (widget.actionButtonBuilder == null &&
|
||||
(widget.keyActionsBuilder != null && (!hasManage)))
|
||||
(widget.keyActionsBuilder != null && !hasManage))
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(left: 4),
|
||||
child: IconButton(
|
||||
|
Loading…
Reference in New Issue
Block a user