mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-11 06:44:09 +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);
|
Intent callIntent = new Intent(getActivity(), CallActivity.class);
|
||||||
callIntent.putExtras(bundle);
|
callIntent.putExtras(bundle);
|
||||||
|
|
||||||
|
startActivity(callIntent);
|
||||||
return true;
|
return true;
|
||||||
case R.id.conversation_voice_call:
|
case R.id.conversation_voice_call:
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user