Skip to content

Commit

Permalink
- CountryAdapter clean up 🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahSphelele committed Aug 4, 2021
1 parent 111c6d5 commit c7557bd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package sphe.inews.ui.main.adapters

import android.os.Build
import android.view.LayoutInflater
import android.view.ViewGroup
import android.widget.ImageView
Expand Down Expand Up @@ -41,7 +40,6 @@ class CountryAdapter(private var list: List<Country>) : RecyclerView.Adapter<Cou
holder.itemView.setOnClickListener {
listener.onItemCountryClick(country)
}

}

fun setCountryClickListener(listener: CountryListener){
Expand Down

0 comments on commit c7557bd

Please sign in to comment.