From 9f361237b1c25e4a1bfbfc6c20050ce927357743 Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Mon, 27 May 2024 13:04:20 +0530 Subject: [PATCH] [mob][photos] Fix cluster appbar not showing --- mobile/lib/ui/viewer/people/cluster_app_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/ui/viewer/people/cluster_app_bar.dart b/mobile/lib/ui/viewer/people/cluster_app_bar.dart index 0896d0689..83ebe5428 100644 --- a/mobile/lib/ui/viewer/people/cluster_app_bar.dart +++ b/mobile/lib/ui/viewer/people/cluster_app_bar.dart @@ -97,7 +97,7 @@ class _AppBarWidgetState extends State { maxLines: 2, overflow: TextOverflow.ellipsis, ), - actions: kDebugMode ? _getDefaultActions(context) : null, + actions: _getDefaultActions(context), ); }