userReactionCallback in ReactionPopupConfiguration not triggered #256
Unanswered
Soul199624
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i wanna ask why im not receiving any callback data. When I select an emoji reaction upon a long press. Idk if i did it right or I'm missing something. Thanks
reactionPopupConfig: ReactionPopupConfiguration(
userReactionCallback: (messageId, emoji) {
loggerNoStack
.i('User reacted on message: $messageId with $emoji');
},
shadow: BoxShadow(
color: isDarkTheme ? Colors.black54 : Colors.grey.shade400,
blurRadius: 20,
),
backgroundColor: theme.reactionPopupColor,
),
Beta Was this translation helpful? Give feedback.
All reactions