Merge remote-tracking branch 'origin/branch_new' into branch_new

This commit is contained in:
2026-01-16 16:05:17 +08:00
2 changed files with 6 additions and 1 deletions

View File

@@ -77,6 +77,9 @@ public class ChatRoomFragment extends BaseMvpFragment<ChatRoomPresenter, RoomFra
public boolean mIsPriRoom = false;
// 在需要的地方调用 Activity 的方法
public void someMethod() {
if (mIsPriRoom){
return;
}
easeChatAdapter.clearData();
ToastUtils.showShort("清除成功");
}

View File

@@ -67,7 +67,9 @@ class PurchaseOutfitsDialog(context: Context) :
adapterDataList as MutableList<DecorateDetailBean.DecorateAdapterItem>,
t.decorate!!.priceList.isEmpty()
)
if (t.decorate!!.priceList.isNotEmpty()) {
mSelectedPriceBean = t.decorate!!.priceList[0]
}
} else {
dismiss()
}