design: Remove redundant voice message button

This commit is contained in:
S1m 2021-12-22 08:03:01 +00:00 committed by Krille Fear
commit 07aef677c6
2 changed files with 0 additions and 16 deletions

View file

@ -767,9 +767,6 @@ class ChatController extends State<Chat> {
if (choice == 'sticker') {
sendStickerAction();
}
if (choice == 'voice') {
voiceMessageAction();
}
if (choice == 'location') {
sendLocationAction();
}