Fix loading home scections multiple times
This commit is contained in:
parent
b1c0f70f61
commit
3a7d3bfcfe
11 changed files with 59 additions and 32 deletions
|
@ -45,7 +45,7 @@ interface HomePresenter : Presenter<HomeView> {
|
|||
private val repository: Repository
|
||||
) : PresenterImpl<HomeView>(), HomePresenter {
|
||||
|
||||
val hashSet: HashSet<Home> = HashSet()
|
||||
private val hashSet: HashSet<Home> = HashSet()
|
||||
|
||||
override fun loadSections() {
|
||||
loadRecentArtists()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue