mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-09 15:42:10 +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();
|
raiseHandViewModel.clickHandButton();
|
||||||
|
|
||||||
// TODO: fix how to build&send the message
|
// TODO: fix how to build&send the message
|
||||||
|
@ -87,8 +87,7 @@ class MoreCallActionsDialog(private val callActivity: CallActivity) : BottomShee
|
|||||||
}
|
}
|
||||||
|
|
||||||
binding.raiseHand.setOnClickListener {
|
binding.raiseHand.setOnClickListener {
|
||||||
// TODO: save raised hand state & toggle...
|
callActivity.clickRaiseOrLowerHandButton()
|
||||||
callActivity.clickHand(true)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user