Skip to content

Commit

Permalink
[MOD/#33] adapter 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
0zlrlo committed Aug 17, 2023
1 parent 035f3ef commit 1fb8bd6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package com.release.keyneez.presentation.main.explore.popular

import android.content.Intent
import android.view.LayoutInflater
import android.view.ViewGroup
import androidx.core.content.ContextCompat
import androidx.recyclerview.widget.ListAdapter
import androidx.recyclerview.widget.RecyclerView
import com.release.keyneez.data.entity.response.ResponseGetPopularDto
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package com.release.keyneez.presentation.main.explore.recent

import android.content.Intent
import android.view.LayoutInflater
import android.view.ViewGroup
import androidx.core.content.ContextCompat
import androidx.recyclerview.widget.ListAdapter
import androidx.recyclerview.widget.RecyclerView
import com.release.keyneez.data.entity.response.ResponseGetRecentDto
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package com.release.keyneez.presentation.main.search

import android.content.Intent
import android.view.LayoutInflater
import android.view.ViewGroup
import androidx.core.content.ContextCompat
import androidx.recyclerview.widget.ListAdapter
import androidx.recyclerview.widget.RecyclerView
import com.release.keyneez.data.entity.response.ResponseGetSearchResultDto
Expand Down

0 comments on commit 1fb8bd6

Please sign in to comment.