fix [英文版年龄显示不正常]
This commit is contained in:
parent
a387b30893
commit
77530340d0
@ -203,7 +203,7 @@ public class MessageSayHiNotifyManager {
|
|||||||
private void notifyLiveFlot(Context mContext) {
|
private void notifyLiveFlot(Context mContext) {
|
||||||
if (startListNotifyList.iterator().hasNext()) {
|
if (startListNotifyList.iterator().hasNext()) {
|
||||||
MessageUserInfoBean bean = startListNotifyList.iterator().next();
|
MessageUserInfoBean bean = startListNotifyList.iterator().next();
|
||||||
new MessageChatNotifyDialog(AppManager.getInstance().getLastActivity(), bean).setOnDismissListener(dialog -> {
|
new MessageSayHiNotifyDialog(AppManager.getInstance().getLastActivity(), bean).setOnDismissListener((bean1, position) -> {
|
||||||
startListNotifyList.remove(bean);
|
startListNotifyList.remove(bean);
|
||||||
if (startListNotifyList.iterator().hasNext()) {
|
if (startListNotifyList.iterator().hasNext()) {
|
||||||
notifyLiveFlot(mContext);
|
notifyLiveFlot(mContext);
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
<include
|
<include
|
||||||
android:id="@+id/age"
|
android:id="@+id/age"
|
||||||
layout="@layout/view_msg_chat_top_tag"
|
layout="@layout/view_msg_chat_top_tag"
|
||||||
android:layout_width="70dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="23dp"
|
android:layout_height="23dp"
|
||||||
android:layout_marginBottom="10dp"
|
android:layout_marginBottom="10dp"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/tag_list_layout"
|
app:layout_constraintBottom_toTopOf="@+id/tag_list_layout"
|
||||||
|
Loading…
Reference in New Issue
Block a user