ソースを参照

Update ChatContentListActivity.java

huyuguo 5 年 前
コミット
93a7ab9bc0
共有1 個のファイルを変更した0 個の追加7 個の削除を含む
  1. 0 7
      app/src/main/java/com/electric/chargingpile/activity/ChatContentListActivity.java

+ 0 - 7
app/src/main/java/com/electric/chargingpile/activity/ChatContentListActivity.java

457
            } else {
457
            } else {
458
                commentNumber.setText(bean.commentNums + "");
458
                commentNumber.setText(bean.commentNums + "");
459
            }
459
            }
460
461
            rootView.findViewById(R.id.allCommentsContainer).setOnTouchListener(new View.OnTouchListener() {
462
                @Override
463
                public boolean onTouch(View view, MotionEvent motionEvent) {
464
                    return false;
465
                }
466
            });
467
        }
460
        }
468
461
469
        /**
462
        /**