调整push弹框内容
This commit is contained in:
parent
47a3ba6b78
commit
ceaec086ad
@ -93,7 +93,7 @@ public class MessageChatNotifyDialog extends AbsDialogPositionPopupWindow {
|
||||
if (StringUtil.isEmpty(liveBean.getExtras())) {
|
||||
((TextView) findViewById(R.id.description)).setText(liveBean.getUser().getSignature());
|
||||
} else {
|
||||
((TextView) findViewById(R.id.description)).setText(liveBean.getUser().getSignature());
|
||||
((TextView) findViewById(R.id.description)).setText(liveBean.getExtras());
|
||||
}
|
||||
new Handler(Looper.getMainLooper()).postDelayed(() -> {
|
||||
dismiss();
|
||||
|
Loading…
Reference in New Issue
Block a user