fix some bugs

This commit is contained in:
Henry Hiles 2025-12-24 16:31:30 -05:00
commit 3d6d610f19
No known key found for this signature in database
4 changed files with 7 additions and 6 deletions

View file

@ -87,7 +87,9 @@ class TopWidget extends ConsumerWidget {
);
},
),
if (alwaysShow || groupStatus?.isFirst != false)
if (alwaysShow ||
groupStatus?.isFirst != false ||
message.metadata?["reply"] != null)
InkWell(
onTap: () =>
showAboutDialog(context: context), // TODO: Show user profile