Fix loading home scections multiple times

This commit is contained in:
h4h13 2019-09-29 08:39:21 +05:30
parent b1c0f70f61
commit 3a7d3bfcfe
11 changed files with 59 additions and 32 deletions

View file

@ -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()