mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
parent
7416aa40b1
commit
acfe36fa8e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class SourceItem(val source: CatalogueSource, header: LangItem? = null, val isPi
|
|||
}
|
||||
|
||||
override fun isSwipeable(): Boolean {
|
||||
return source.id != LocalSource.ID && header != null
|
||||
return source.id != LocalSource.ID && header != null && header.code != SourcePresenter.LAST_USED_KEY
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue