fix [打招呼弹窗被隐藏问题]
This commit is contained in:
parent
b3fe537b2c
commit
698b875a93
@ -77,9 +77,9 @@ public class MessageSayHiNotifyDialog extends AbsDialogCenterPopupWindow {
|
||||
@Override
|
||||
protected void onDismiss() {
|
||||
super.onDismiss();
|
||||
/*if (onDismissListener != null) {
|
||||
if (onDismissListener != null) {
|
||||
onDismissListener.onItemClick(userInfoBean.getUser().getId() + "", isSayHi ? 2 : 1);
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
boolean isSayHi = false;
|
||||
@ -98,7 +98,7 @@ public class MessageSayHiNotifyDialog extends AbsDialogCenterPopupWindow {
|
||||
sendMsg(userInfoBean.getSayHiMsg());
|
||||
dismiss();
|
||||
});
|
||||
/* avatar = findViewById(R.id.avatar);
|
||||
avatar = findViewById(R.id.avatar);
|
||||
anchorName = findViewById(R.id.anchorName);
|
||||
ImgLoader.display(mContext, userInfoBean.getUser().getAvatar(), avatar);
|
||||
anchorName.setText(userInfoBean.getUser().getUserNicename());
|
||||
@ -110,7 +110,7 @@ public class MessageSayHiNotifyDialog extends AbsDialogCenterPopupWindow {
|
||||
,WordUtil.isNewZh()?"歲":"years old"
|
||||
)
|
||||
);
|
||||
showTag();*/
|
||||
showTag();
|
||||
}
|
||||
|
||||
private void showTag() {
|
||||
|
Loading…
Reference in New Issue
Block a user