knjk04 / Bookshelf

Android book wishlist app
GNU General Public License v3.0
1 stars 1 forks source link

Book description is blank #22

Closed knjk04 closed 5 years ago

knjk04 commented 5 years ago

Need to set the book description String in Book.java to something if there isn't a book description

Branch: scrollablePreviews (could also affect experimental)

knjk04 commented 5 years ago

Just noticed that

description = "Description not found";

but it should be:

this.description = "Description not found";

in setDescription() in Book.java