mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 19:27:25 +01:00
Indention
This commit is contained in:
parent
13954ffe01
commit
4dc5f3e7d9
@ -384,9 +384,7 @@ class ReaderPresenter : BasePresenter<ReaderActivity>() {
|
|||||||
val removeAfterReadSlots = prefs.removeAfterReadSlots()
|
val removeAfterReadSlots = prefs.removeAfterReadSlots()
|
||||||
when (removeAfterReadSlots) {
|
when (removeAfterReadSlots) {
|
||||||
// Setting disabled
|
// Setting disabled
|
||||||
-1 -> {
|
-1 -> { /**Empty function**/ }
|
||||||
/**Empty function**/
|
|
||||||
}
|
|
||||||
// Remove current read chapter
|
// Remove current read chapter
|
||||||
0 -> deleteChapter(chapter, manga)
|
0 -> deleteChapter(chapter, manga)
|
||||||
// Remove previous chapter specified by user in settings.
|
// Remove previous chapter specified by user in settings.
|
||||||
|
Loading…
Reference in New Issue
Block a user