Skip to content

Commit 01ab705

Browse files
authored
Merge pull request #110 from pravinyo/fix_my_books_UI_bug_105
fixed UI element bug
2 parents 45bb1db + f11ca0f commit 01ab705

File tree

1 file changed

+1
-1
lines changed
  • feature_mybooks/src/main/java/com/allsoftdroid/audiobook/feature_mybooks/utils

1 file changed

+1
-1
lines changed

feature_mybooks/src/main/java/com/allsoftdroid/audiobook/feature_mybooks/utils/BindingUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fun TextView.setBookTitle(item: LocalBookDomainModel?){
5353
fun TextView.setBookAuthor(item: LocalBookDomainModel?){
5454
item?.let {
5555
text =
56-
getNormalizedText(item.bookAuthor, 30)
56+
getNormalizedText(item.bookAuthor, 15)
5757
}
5858
}
5959

0 commit comments

Comments
 (0)