[mob][photos] Fix cluster appbar not showing

This commit is contained in:
laurenspriem 2024-05-27 13:04:20 +05:30
parent d413c4f4c1
commit 9f361237b1

View file

@ -97,7 +97,7 @@ class _AppBarWidgetState extends State<ClusterAppBar> {
maxLines: 2,
overflow: TextOverflow.ellipsis,
),
actions: kDebugMode ? _getDefaultActions(context) : null,
actions: _getDefaultActions(context),
);
}