mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-30 13:07:52 +02:00
Code cleanup
Release v6.6.0 Cleanup changelog
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user