fix [聊天界面-未关注的用户无关注按钮]
This commit is contained in:
@@ -284,7 +284,7 @@ public class PDLiveConversationActivity extends AbsActivity implements View.OnCl
|
||||
}
|
||||
showBanner();
|
||||
showTag();
|
||||
if (data.getUser().getAttention() == 0) {
|
||||
if (data.getUser().getAttention() <= 1) {
|
||||
ViewUtils.findViewById(card, R.id.follow, Button.class).setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
|
||||
Reference in New Issue
Block a user