fix some bugs

This commit is contained in:
Henry Hiles 2025-12-24 16:31:30 -05:00
commit 3d6d610f19
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
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