mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +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,
|
titleSpacing: 0,
|
||||||
centerTitle: isTitleCentered,
|
centerTitle: isTitleCentered,
|
||||||
actions: !state.isDetailPaneActive && !state.isZoomed
|
actions: !state.isDetailPaneActive && state.canOpenDetailPane
|
||||||
? [
|
? [
|
||||||
...state.appBarButtons
|
...state.appBarButtons
|
||||||
.map((e) => _buildAppBarButton(
|
.map((e) => _buildAppBarButton(
|
||||||
|
|
Loading…
Reference in a new issue