酒吧交友房 进出房间不接受Im消息,用户详情 标签显示优化。

This commit is contained in:
2026-01-12 09:55:37 +08:00
parent a034e5e954
commit 5a1edb6c4a
6 changed files with 53 additions and 32 deletions

View File

@@ -137,7 +137,7 @@ public class CommonAppContext extends MultiDexApplication implements Application
@Getter
public UnreadCountEvent unreadCountEvent;
public static int selectRelease = -1;
public static int selectRelease = 1;
public int is_open = 0;//主题的开关

View File

@@ -289,7 +289,7 @@ public class ImageUtils {
// 加载成功resource 就是最终的 Bitmap 对象
int imageWidth = resource.getWidth(); // 图片原始宽度
int imageHeight = resource.getHeight(); // 图片原始高度
params.width = (int) (imageWidth * 1.3);
// params.width = (int) (imageWidth * 1.3);
// 这里可以使用宽高(如打印、适配布局等)
Log.d("GlideImageSize", "宽度:" + imageWidth + ",高度:" + imageHeight);
return false; // 返回 falseGlide 会继续执行默认的图片设置(显示到 mImageView