Fix black theme and Home crashing
This commit is contained in:
parent
945d66169e
commit
a2c5996302
3 changed files with 2 additions and 8 deletions
|
@ -58,7 +58,6 @@ interface HomePresenter : Presenter<HomeView> {
|
|||
|
||||
private var disposable: CompositeDisposable = CompositeDisposable()
|
||||
|
||||
|
||||
private fun showData(sections: ArrayList<Home>) {
|
||||
if (sections.isEmpty()) {
|
||||
view.showEmptyView()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue