mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -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) }
|
||||
.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 =
|
||||
Completable.fromAction(notesDao::deleteAllNotes).subscribeOn(io)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user