mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-07 06:39:45 +00:00
remove unused parameter
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
f2b312a118
commit
0ea13c1ec7
@ -1246,8 +1246,7 @@ public class CallActivity extends CallBaseActivity {
|
||||
}
|
||||
}
|
||||
|
||||
public void clickHand(Boolean raise) {
|
||||
|
||||
public void clickRaiseOrLowerHandButton() {
|
||||
raiseHandViewModel.clickHandButton();
|
||||
|
||||
// TODO: fix how to build&send the message
|
||||
|
@ -87,8 +87,7 @@ class MoreCallActionsDialog(private val callActivity: CallActivity) : BottomShee
|
||||
}
|
||||
|
||||
binding.raiseHand.setOnClickListener {
|
||||
// TODO: save raised hand state & toggle...
|
||||
callActivity.clickHand(true)
|
||||
callActivity.clickRaiseOrLowerHandButton()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user