mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
unnecessary comment removed
This commit is contained in:
parent
b2f2735c8c
commit
1932e87e02
@ -134,7 +134,7 @@ class Repository @Inject internal constructor(
|
|||||||
Completable.fromAction { notesDao.deleteNote(noteUniqueKey) }
|
Completable.fromAction { notesDao.deleteNote(noteUniqueKey) }
|
||||||
.subscribeOn(io)
|
.subscribeOn(io)
|
||||||
|
|
||||||
// this does note removes notes from storage only the list : remove txt files as well?
|
// this removes notes from storage only: remove txt files as well?
|
||||||
override fun clearNotes(): Completable =
|
override fun clearNotes(): Completable =
|
||||||
Completable.fromAction(notesDao::deleteAllNotes).subscribeOn(io)
|
Completable.fromAction(notesDao::deleteAllNotes).subscribeOn(io)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user