mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
show call reactions from other participants
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
c379630610
commit
6d735dd537
@ -2910,6 +2910,7 @@ public class CallActivity extends CallBaseActivity {
|
||||
|
||||
@Override
|
||||
public void onReaction(String reaction) {
|
||||
addCallReaction(reaction, callParticipantModel.getNick());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -122,6 +122,7 @@ class MoreCallActionsDialog(private val callActivity: CallActivity) : BottomShee
|
||||
emojiView.layoutParams = param
|
||||
|
||||
emojiView.setOnClickListener { view ->
|
||||
// TODO: send signaling messages instead to directly show reaction on own device
|
||||
callActivity.addCallReaction(
|
||||
(view as EmojiTextView).text.toString(),
|
||||
callActivity.conversationUser.displayName
|
||||
|
Loading…
Reference in New Issue
Block a user