mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
remove unused item from onOptionsItemSelected
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
9e66c3192c
commit
f7529446a4
@ -2730,11 +2730,6 @@ class ChatActivity :
|
||||
|
||||
override fun onOptionsItemSelected(item: MenuItem): Boolean {
|
||||
return when (item.itemId) {
|
||||
android.R.id.home -> {
|
||||
// TODO
|
||||
// (activity as MainActivity).resetConversationsList()
|
||||
true
|
||||
}
|
||||
R.id.conversation_video_call -> {
|
||||
startACall(false, false)
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user