Code cleanup

Release v6.6.0
Cleanup changelog
This commit is contained in:
NerdNumber9
2017-12-08 18:21:26 -05:00
parent 9af552c15a
commit 1a811d0917
6 changed files with 9 additions and 26 deletions

View File

@ -26,8 +26,8 @@ class BatchAddController : NucleusController<BatchAddPresenter>() {
override fun createPresenter() = BatchAddPresenter()
override fun onViewCreated(view: View, savedViewState: Bundle?) {
super.onViewCreated(view, savedViewState)
override fun onViewCreated(view: View) {
super.onViewCreated(view)
with(view) {
btn_add_galleries.clicks().subscribeUntilDestroy {