Add explanation for reaction picker logic
This commit is contained in:
parent
ea8e4497f3
commit
ecb1df70dc
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ class ReactionsPicker extends StatelessWidget {
|
|||
if (controller.showEmojiPicker) return const SizedBox.shrink();
|
||||
final display =
|
||||
// #Pangea
|
||||
// Even if a message is being edited/replied to,
|
||||
// the reactions picker should show in selection overlay
|
||||
// controller.editEvent == null &&
|
||||
// controller.replyEvent == null &&
|
||||
// Pangea#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue