Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
joan-domingo committed Feb 17, 2018
1 parent 655f19e commit 56a9bf6
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,6 @@ class SectionFragment : BaseFragment(), IsMediaBrowserFragment {
}
}

/*private fun loadSections() {
mCompositeDisposable.add(mSectionsViewModel!!.loadSections(mProgram)
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(Consumer<List<Section>> { this.updateView(it) }))
}*/

private fun showHourByHour() {
viewModel.selectedSection(false)
(activity as BrowseActivity).addFragment(
Expand Down

0 comments on commit 56a9bf6

Please sign in to comment.