change: Move video call button to menu

This commit is contained in:
Krille Fear 2021-11-19 10:33:26 +01:00
commit 42fa6164e4
3 changed files with 15 additions and 6 deletions

View file

@ -756,6 +756,9 @@ class ChatController extends State<Chat> {
if (choice == 'location') {
sendLocationAction();
}
if (choice == 'videocall') {
startCallAction();
}
}
void onInputBarChanged(String text) {