mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +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
|
@Override
|
||||||
public void onReaction(String reaction) {
|
public void onReaction(String reaction) {
|
||||||
|
addCallReaction(reaction, callParticipantModel.getNick());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -122,6 +122,7 @@ class MoreCallActionsDialog(private val callActivity: CallActivity) : BottomShee
|
|||||||
emojiView.layoutParams = param
|
emojiView.layoutParams = param
|
||||||
|
|
||||||
emojiView.setOnClickListener { view ->
|
emojiView.setOnClickListener { view ->
|
||||||
|
// TODO: send signaling messages instead to directly show reaction on own device
|
||||||
callActivity.addCallReaction(
|
callActivity.addCallReaction(
|
||||||
(view as EmojiTextView).text.toString(),
|
(view as EmojiTextView).text.toString(),
|
||||||
callActivity.conversationUser.displayName
|
callActivity.conversationUser.displayName
|
||||||
|
Loading…
Reference in New Issue
Block a user