fix some bugs
This commit is contained in:
parent
7ce4d3c9fb
commit
3d6d610f19
4 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue