File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
chat/src/main/java/cn/wildfire/chat/kit/conversation Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,9 @@ public void onEmotionSettingClick(View view) {
237237
238238 @ OnClick (R .id .extImageView )
239239 void onExtImageViewClick () {
240+ if (audioButton .getVisibility () == VISIBLE ) {
241+ return ;
242+ }
240243 if (rootLinearLayout .getCurrentInput () == extContainerFrameLayout ) {
241244 rootLinearLayout .showSoftkey (editText );
242245 hideConversationExtension ();
@@ -248,6 +251,9 @@ void onExtImageViewClick() {
248251
249252 @ OnClick (R .id .emotionImageView )
250253 void onEmotionImageViewClick () {
254+ if (audioButton .getVisibility () == VISIBLE ) {
255+ return ;
256+ }
251257 if (rootLinearLayout .getCurrentInput () == emotionContainerFrameLayout ) {
252258 hideEmotionLayout ();
253259 } else {
You can’t perform that action at this time.
0 commit comments