Fix: Show Repo description pre-first-sync (closes #283)

This commit is contained in:
machiav3lli 2022-09-18 15:40:16 +02:00
parent f206d4792c
commit f786b73481

View File

@ -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