Minor cleanup

This commit is contained in:
Jobobby04
2022-09-10 14:17:54 -04:00
parent eba7d137ee
commit b44afb6013
5 changed files with 9 additions and 26 deletions
@@ -45,8 +45,6 @@ class SmartSearchController(bundle: Bundle) : FullComposeController<SmartSearchP
),
)
override fun getTitle() = source.name
override fun createPresenter() = SmartSearchPresenter(source, smartSearchConfig)
@Composable