fix bugs 55 3

This commit is contained in:
2025-11-27 11:47:10 +08:00
parent 366478f547
commit 5ed3717acc
22 changed files with 271 additions and 193 deletions

View File

@@ -109,7 +109,9 @@ public class RoomSingSongWheatView extends BaseWheatView {
mIvFrame.stopAll();
mIvFrame.setVisibility(INVISIBLE);
mIvFace.remove();
mIvRipple.setVisibility(GONE);
if (mIvRipple != null) {
mIvRipple.setVisibility(GONE);
}
}
private String getPitNumberText() {