eat : 管理员 设置 吐司提示 - 代码补充

This commit is contained in:
eggmanQQQ
2025-01-14 18:19:56 +08:00
parent e173b41c63
commit ef86be9708

View File

@@ -364,6 +364,8 @@ public class ButtonItemFactory {
public void onFail(int code, String error) {
if (code == ServiceResult.CODE_ROOM_MANAGER_LIMIT) {
DialogCommonUtil.showManagerLimit(context);
} else {
OtherExtKt.doToast(error);
}
}
});