Browse Source

Update ChatContentListActivity.java

huyuguo 6 years ago
parent
commit
93a7ab9bc0

+ 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
        /**