Results 4 issues of gaoguanqi

/** 计算图片的宽高 */ private void computeImageWidthAndHeight(ImageView imageView) { // 获取真实大小 Drawable _drawable_ = imageView.getDrawable(); int intrinsicHeight = drawable.getIntrinsicHeight(); int intrinsicWidth = drawable.getIntrinsicWidth(); // 计算出与屏幕的比例,用于比较以宽的比例为准还是高的比例为准,因为很多时候不是高度没充满,就是宽度没充满 float h = screenHeight * 1.0f...

请教,如果捕获这样的异常? @AleynP

data class Device(val address: String, val name: String?, val type: Type, val isBonded: Boolean? = false )

![image](https://github.com/user-attachments/assets/f1209797-f8c1-4ca9-aeb5-6157fc071682) ![image](https://github.com/user-attachments/assets/df4c8d68-5ad8-481d-b836-1bb7c400d0d2)

bug