change: Move video call button to menu
This commit is contained in:
parent
879057a54d
commit
42fa6164e4
3 changed files with 15 additions and 6 deletions
|
|
@ -756,6 +756,9 @@ class ChatController extends State<Chat> {
|
|||
if (choice == 'location') {
|
||||
sendLocationAction();
|
||||
}
|
||||
if (choice == 'videocall') {
|
||||
startCallAction();
|
||||
}
|
||||
}
|
||||
|
||||
void onInputBarChanged(String text) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue