酒吧交友房 定时器。

This commit is contained in:
2026-01-09 09:44:31 +08:00
parent 2e61fa5e4d
commit c355fd66d6

View File

@@ -371,4 +371,9 @@ class RoomPrivateFragment(var mRoomInfoResp: RoomInfoResp?) :
}
}
override fun onDestroy() {
releaseCountDownTimer()
super.onDestroy()
}
}