Suggest tags on search

This commit is contained in:
Koitharu
2022-03-07 15:04:03 +02:00
parent 445ff89392
commit 3802bc146f
22 changed files with 218 additions and 50 deletions

View File

@@ -46,10 +46,6 @@ class SuggestionsFragment : MangaListFragment() {
override fun onScrolledToEnd() = Unit
override fun getTitle(): CharSequence? {
return context?.getString(R.string.suggestions)
}
companion object {
fun newInstance() = SuggestionsFragment()