mirror of
https://github.com/Ashinch/ReadYou.git
synced 2025-02-01 20:07:24 +01:00
Fix swipe gesture attempting to mark feeds and groups as read
Signed-off-by: Mark Bestavros <markbest@bu.edu>
This commit is contained in:
parent
ecc2f793d1
commit
db99ab444a
@ -243,8 +243,8 @@ fun FlowPage(
|
||||
}
|
||||
) {
|
||||
flowViewModel.markAsRead(
|
||||
groupId = filterUiState.group?.id,
|
||||
feedId = filterUiState.feed?.id,
|
||||
groupId = null,
|
||||
feedId = null,
|
||||
articleId = it.article.id,
|
||||
MarkAsReadConditions.All
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user