fix bugs.1

This commit is contained in:
2025-12-05 14:26:38 +08:00
parent 4136077e98
commit 3a193da90d
7 changed files with 20 additions and 11 deletions

View File

@@ -123,6 +123,7 @@ public class RoomManager {
@Override
public void onNext(@NotNull RoomInfoResp roomInfoResp) {
CommonAppContext.getInstance().isRoomJoininj = false;
navigateToRoom(context, roomId, password, roomInfoResp, false, taskId);
}
});