From 3923f18cd8217fa692ac1145c1df8f22044213d8 Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Tue, 24 Jun 2025 08:48:09 +0530 Subject: [PATCH] initState first --- .../components/bottom_action_bar/people_action_bar_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/ui/components/bottom_action_bar/people_action_bar_widget.dart b/mobile/lib/ui/components/bottom_action_bar/people_action_bar_widget.dart index 8370d917d7..47c61ebcde 100644 --- a/mobile/lib/ui/components/bottom_action_bar/people_action_bar_widget.dart +++ b/mobile/lib/ui/components/bottom_action_bar/people_action_bar_widget.dart @@ -21,8 +21,8 @@ class _PeopleActionBarWidgetState extends State { @override void initState() { - widget.selectedPeople?.addListener(_selectedPeopleListener); super.initState(); + widget.selectedPeople?.addListener(_selectedPeopleListener); } @override