Fix button icon

This commit is contained in:
世界 2021-01-12 09:16:13 +08:00
parent 4ebfaf9a3d
commit 71a5d8cae4
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 1 additions and 1 deletions

View File

@ -5651,7 +5651,7 @@ public class ChatActivityEnterView extends FrameLayout implements NotificationCe
});
} else if (recordState == RECORD_STATE_CANCEL || recordState == RECORD_STATE_CANCEL_BY_GESTURE) {
if (videoSendButton != null && isInVideoMode()) {
if (videoSendButton != null && isInVideoMode() && !NekoConfig.useChatAttachMediaMenu) {
videoSendButton.setVisibility(View.VISIBLE);
} else if (audioSendButton != null) {
audioSendButton.setVisibility(View.VISIBLE);