[Modify]修复房间设置按钮点击闪退问题
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user