|
|
|
|
@ -63,8 +63,11 @@ class OverlayHeaderState extends State<OverlayHeader> {
|
|
|
|
|
padding: const EdgeInsets.symmetric(vertical: 8.0),
|
|
|
|
|
child: Row(
|
|
|
|
|
children: [
|
|
|
|
|
// #Pangea
|
|
|
|
|
// if (controller.selectedEvents.length == 1)
|
|
|
|
|
if (controller.selectedEvents.length == 1 &&
|
|
|
|
|
controller.canReplySelectedEvents)
|
|
|
|
|
controller.room.canSendDefaultMessages)
|
|
|
|
|
// Pangea#
|
|
|
|
|
IconButton(
|
|
|
|
|
icon: const Icon(Symbols.reply_all),
|
|
|
|
|
tooltip: l10n.reply,
|
|
|
|
|
|