only show practice activity button if showMessageButtons is enabled
This commit is contained in:
parent
f667a35dce
commit
401d8522f8
1 changed files with 2 additions and 1 deletions
|
|
@ -587,7 +587,8 @@ class Message extends StatelessWidget {
|
|||
? MainAxisAlignment.end
|
||||
: MainAxisAlignment.start,
|
||||
children: [
|
||||
MessageButtons(toolbarController: toolbarController),
|
||||
if (pangeaMessageEvent?.showMessageButtons ?? false)
|
||||
MessageButtons(toolbarController: toolbarController),
|
||||
MessageReactions(event, timeline),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue