Fix black theme and Home crashing

This commit is contained in:
h4h13 2019-09-30 00:09:32 +05:30
parent 945d66169e
commit a2c5996302
3 changed files with 2 additions and 8 deletions

View file

@ -58,7 +58,6 @@ interface HomePresenter : Presenter<HomeView> {
private var disposable: CompositeDisposable = CompositeDisposable()
private fun showData(sections: ArrayList<Home>) {
if (sections.isEmpty()) {
view.showEmptyView()