[mob][photos] Fix cluster appbar not showing
This commit is contained in:
parent
d413c4f4c1
commit
9f361237b1
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class _AppBarWidgetState extends State<ClusterAppBar> {
|
|||
maxLines: 2,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
actions: kDebugMode ? _getDefaultActions(context) : null,
|
||||
actions: _getDefaultActions(context),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue