mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Disable source icon in appbar
too low res and doesnt really fit, so disabling for now
This commit is contained in:
parent
2e143b35fc
commit
407a90b775
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
package eu.kanade.tachiyomi.ui.source.browse
|
||||
|
||||
import android.app.Activity
|
||||
import android.graphics.drawable.Drawable
|
||||
import android.os.Build
|
||||
import android.os.Bundle
|
||||
import android.view.LayoutInflater
|
||||
|
@ -140,9 +139,10 @@ open class BrowseSourceController(bundle: Bundle) :
|
|||
return searchTitle(presenter.source.name)
|
||||
}
|
||||
|
||||
override fun getBigIcon(): Drawable? {
|
||||
return presenter.source.icon()
|
||||
}
|
||||
// disabling for now, one day maybe it will source icons will good
|
||||
// override fun getBigIcon(): Drawable? {
|
||||
// return presenter.source.icon()
|
||||
// }
|
||||
|
||||
override fun createPresenter(): BrowseSourcePresenter {
|
||||
return BrowseSourcePresenter(args.getLong(SOURCE_ID_KEY), args.getString(SEARCH_QUERY_KEY))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue