Skip to content

Commit

Permalink
delete/#5: 쓸모없는 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeeum committed Apr 18, 2024
1 parent 12e8ccc commit b1a4e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/sopt/now/HomeListAdapter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import android.view.ViewGroup
import androidx.recyclerview.widget.RecyclerView
import java.lang.RuntimeException

class HomeListAdapter() : RecyclerView.Adapter<RecyclerView.ViewHolder>() {
class HomeListAdapter : RecyclerView.Adapter<RecyclerView.ViewHolder>() {
private var homeListList: List<HomeList> = emptyList()
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): RecyclerView.ViewHolder {
val adapterLayout : View?
Expand Down

0 comments on commit b1a4e75

Please sign in to comment.