fixed 2 crashes in details screen

This commit is contained in:
danijoo
2015-11-05 18:24:15 +01:00
parent 3798aabc3c
commit b58e8a815c
2 changed files with 12 additions and 6 deletions

View File

@@ -4,4 +4,6 @@
* Changed about fragment appearance
* Fixed NPE when rotating device in BookDetail fragment by retaining it
* Fixed crash if a book has no author
* Fixed crash if a book has no author when adding a book
* Fixed crash in details view when book has no author
* Fixed crash on configuration change in details screen (caused by ActionProvider)