1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00

Fix Attach missing when using input menu

This commit is contained in:
luvletter2333 2022-02-18 16:45:27 +08:00
parent ab0c0ed4d8
commit c19229663f
No known key found for this signature in database
GPG Key ID: A26A8880836E1978

View File

@ -5170,6 +5170,8 @@ public class ChatActivityEnterView extends ChatBlurredFrameLayout implements Not
attachButton.setOnClickListener(this::onMenuClick); attachButton.setOnClickListener(this::onMenuClick);
attachButton.setContentDescription(LocaleController.getString("AccDescrAttachButton", R.string.AccDescrChatAttachEnterMenu)); attachButton.setContentDescription(LocaleController.getString("AccDescrAttachButton", R.string.AccDescrChatAttachEnterMenu));
if (delegate != null)
delegate.onAttachButtonHidden();
} else { } else {
attachButton.setTag(2); attachButton.setTag(2);