Drop blank
This commit is contained in:
parent
8bcf2f7b82
commit
ac6e0acc5d
@ -130,7 +130,7 @@ class EditMangaDialog : DialogController {
|
|||||||
if (manga.description != manga.originalDescription) {
|
if (manga.description != manga.originalDescription) {
|
||||||
binding.mangaDescription.append(manga.description.orEmpty())
|
binding.mangaDescription.append(manga.description.orEmpty())
|
||||||
}
|
}
|
||||||
binding.mangaGenresTags.setChips(manga.getGenres().orEmpty())
|
binding.mangaGenresTags.setChips(manga.getGenres().orEmpty().dropBlank())
|
||||||
|
|
||||||
binding.title.hint = "${resources?.getString(R.string.title)}: ${manga.originalTitle}"
|
binding.title.hint = "${resources?.getString(R.string.title)}: ${manga.originalTitle}"
|
||||||
if (manga.originalAuthor != null) {
|
if (manga.originalAuthor != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user