Read downloaded chapters

This commit is contained in:
inorichi
2015-11-04 11:25:29 +01:00
parent b0a8740e8d
commit fa28ccc19a
4 changed files with 23 additions and 28 deletions
@@ -142,6 +142,7 @@ public class MangaChaptersFragment extends BaseRxFragment<MangaChaptersPresenter
return true;
case R.id.action_download:
getPresenter().downloadChapters(getSelectedChapters());
closeActionMode();
return true;
}
return false;