This commit is contained in:
2026-01-26 10:29:18 +08:00
parent 24c4af95b4
commit 8d7de418bb

View File

@@ -288,7 +288,7 @@ public class InputView extends LinearLayout implements View.OnClickListener, Tex
e.printStackTrace();
}
if (userInfo != null && mChatInfo.getType()==1 && !mChatInfo.getId().equals("u"+userId) && !BuildConfig.DEBUG) {
if (userInfo != null && mChatInfo.getType()==1 && !mChatInfo.getId().equals("u"+userId)) {
if (userInfo.getIs_can_chat() == 0 && userInfo.getCan_chat_money() > 0) {
Toast.makeText(getContext(), "充值不足"+userInfo.getCan_chat_money()+"元,您无法发送消息", Toast.LENGTH_LONG).show();
ARouter.getInstance().build("/modulevocal/RechargeActivity").navigation();