Indention

This commit is contained in:
Bram van de Kerkhof 2016-11-13 14:09:32 +01:00
parent 13954ffe01
commit 4dc5f3e7d9
2 changed files with 8 additions and 10 deletions

View File

@ -384,9 +384,7 @@ class ReaderPresenter : BasePresenter<ReaderActivity>() {
val removeAfterReadSlots = prefs.removeAfterReadSlots()
when (removeAfterReadSlots) {
// Setting disabled
-1 -> {
/**Empty function**/
}
-1 -> { /**Empty function**/ }
// Remove current read chapter
0 -> deleteChapter(chapter, manga)
// Remove previous chapter specified by user in settings.