mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Improve code
This commit is contained in:
parent
0c1b2ba979
commit
8bf7964aec
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class _AppBar extends StatelessWidget {
|
|||
),
|
||||
titleSpacing: 0,
|
||||
centerTitle: isTitleCentered,
|
||||
actions: !state.isDetailPaneActive && !state.isZoomed
|
||||
actions: !state.isDetailPaneActive && state.canOpenDetailPane
|
||||
? [
|
||||
...state.appBarButtons
|
||||
.map((e) => _buildAppBarButton(
|
||||
|
|
Loading…
Reference in a new issue