mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Fix: Show Repo description pre-first-sync (closes #283)
This commit is contained in:
parent
f206d4792c
commit
f786b73481
@ -107,7 +107,7 @@ class RepositorySheetX() : FullscreenBottomSheetDialogFragment(), RepoManager {
|
||||
binding.appsBlock.visibility = View.GONE
|
||||
}
|
||||
} else {
|
||||
binding.description.text = getString(R.string.repository_not_used_DESC)
|
||||
binding.description.text = repository.description.replace('\n', ' ')
|
||||
binding.nameBlock.visibility = View.GONE
|
||||
binding.updatedBlock.visibility = View.GONE
|
||||
binding.appsBlock.visibility = View.GONE
|
||||
|
Loading…
x
Reference in New Issue
Block a user