mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Remove Source sorting, added searching by source
This commit is contained in:
parent
c692510c54
commit
d8e598aaaf
7 changed files with 26 additions and 31 deletions
|
@ -71,6 +71,10 @@ open class SourceManager(private val context: Context) {
|
|||
return SourceNotFoundException(context.getString(R.string.source_not_installed, id
|
||||
.toString()), id)
|
||||
}
|
||||
|
||||
override fun hashCode(): Int {
|
||||
return id.hashCode()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue