Fix duplicate entries in source migration. Closes #1190
This commit is contained in:
parent
40b222f8bc
commit
d75c6b0c36
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ class MigrationPresenter(
|
|||
override fun onCreate(savedState: Bundle?) {
|
||||
super.onCreate(savedState)
|
||||
|
||||
db.getLibraryMangas()
|
||||
db.getFavoriteMangas()
|
||||
.asRxObservable()
|
||||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.doOnNext { state = state.copy(sourcesWithManga = findSourcesWithManga(it)) }
|
||||
|
|
Reference in a new issue