mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 14:24:05 +01:00
Add a forgotten line
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
33db4b56cc
commit
b721e68a1a
@ -449,6 +449,7 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
||||
Intent callIntent = new Intent(getActivity(), CallActivity.class);
|
||||
callIntent.putExtras(bundle);
|
||||
|
||||
startActivity(callIntent);
|
||||
return true;
|
||||
case R.id.conversation_voice_call:
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user