From de84c0f95cdfb91f9c8300cc8e1c1245988988f6 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 15 Apr 2022 07:33:11 +0200 Subject: [PATCH] chore: Follow up fix hero tag --- lib/pages/chat_list/stories_header.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/chat_list/stories_header.dart b/lib/pages/chat_list/stories_header.dart index 3855363e..53e2b8d6 100644 --- a/lib/pages/chat_list/stories_header.dart +++ b/lib/pages/chat_list/stories_header.dart @@ -252,6 +252,7 @@ class _StoryButton extends StatelessWidget { width: 24, height: 24, child: FloatingActionButton.small( + heroTag: null, backgroundColor: Theme.of(context).backgroundColor, foregroundColor: Theme.of(context).primaryColor,