mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Trailing separator
This commit is contained in:
parent
a50d3885f6
commit
f8b760dc54
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ class ExtensionHolder(view: View, val adapter: ExtensionAdapter) :
|
|||
extension is Extension.Installed && extension.isObsolete -> itemView.context.getString(R.string.obsolete)
|
||||
else -> ""
|
||||
}
|
||||
|
||||
if (repoText.isEmpty()) return this
|
||||
|
||||
return if (isEmpty()) {
|
||||
this
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue