File tree Expand file tree Collapse file tree 3 files changed +7
-25
lines changed
app/src/main/java/com/example/spoteam_android Expand file tree Collapse file tree 3 files changed +7
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ data class BoardItem (
171171 val regions : List <String >,
172172 val imageUrl : String ,
173173 var liked : Boolean ,
174- val isOwned : Boolean = false
174+ val isOwned : Boolean = false ,
175175 val isHost : Boolean
176176)
177177
Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ class BoardAdapter(
130130
131131 reportMember.setOnClickListener {
132132 // 스터디원 신고 다이얼로그 띄우기
133- val reportDialog = ReportStudyCrewDialog (view.context, studyId)
134- reportDialog.start()
135- popupWindow.dismiss()
133+ // val reportDialog = ReportStudyCrewDialog(view.context, studyId)
134+ // reportDialog.start()
135+ // popupWindow.dismiss()
136136 }
137137
138138 leaveStudy.setOnClickListener {
@@ -158,9 +158,9 @@ class BoardAdapter(
158158
159159 reportMember.setOnClickListener {
160160 // 스터디원 신고 다이얼로그 띄우기
161- val reportDialog = ReportStudyCrewDialog (view.context, studyId)
162- reportDialog.start()
163- popupWindow.dismiss()
161+ // val reportDialog = ReportStudyCrewDialog(view.context, studyId)
162+ // reportDialog.start()
163+ // popupWindow.dismiss()
164164 }
165165
166166 leaveStudy.setOnClickListener {
You can’t perform that action at this time.
0 commit comments