[Modify]修复房间设置按钮点击闪退问题

This commit is contained in:
wushaocheng
2022-12-28 17:28:52 +08:00
parent 34d5a68947
commit f836612930

View File

@@ -42,7 +42,6 @@ class ExitRoomPopupWindow(val avRoomActivity: AVRoomActivity) : PopupWindow() {
private val recyclerView: RecyclerView
private val llEmpty: View
private val tvReport: TextView
private val tvMiniRoom: TextView
private val tvExitRoom: TextView
@@ -58,7 +57,6 @@ class ExitRoomPopupWindow(val avRoomActivity: AVRoomActivity) : PopupWindow() {
isFocusable = true
recyclerView = contentView.findViewById(R.id.recycler_view)
llEmpty = contentView.findViewById(R.id.ll_empty)
tvReport = contentView.findViewById(R.id.tv_report)
tvMiniRoom = contentView.findViewById(R.id.tv_mini_room)
tvExitRoom = contentView.findViewById(R.id.tv_exit_room)
initView()