Fix GetFoldersWithFeeds not sending feeds without folder
This commit is contained in:
parent
40accbc8b4
commit
edc2094a6e
@ -49,9 +49,9 @@ class GetFoldersWithFeeds(
|
|||||||
null,
|
null,
|
||||||
feedsWithoutFolder.map { it.feed.apply { unreadCount = it.unreadCount } })
|
feedsWithoutFolder.map { it.feed.apply { unreadCount = it.unreadCount } })
|
||||||
)
|
)
|
||||||
|
} else {
|
||||||
|
foldersWithFeeds
|
||||||
}
|
}
|
||||||
|
|
||||||
foldersWithFeeds
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user