Reorganize strings. Close reader activity when page list throws an exception and notify it.

This commit is contained in:
inorichi
2015-11-16 19:33:33 +01:00
parent 75236559ca
commit e177edfee6
9 changed files with 74 additions and 72 deletions
@@ -48,7 +48,7 @@ public class LibraryFragment extends BaseRxFragment<LibraryPresenter> {
Bundle savedInstanceState) {
// Inflate the layout for this fragment
View view = inflater.inflate(R.layout.fragment_library, container, false);
setToolbarTitle(getString(R.string.library_title));
setToolbarTitle(getString(R.string.label_library));
ButterKnife.bind(this, view);
createAdapter();