mirror of
https://github.com/Ashinch/ReadYou.git
synced 2025-02-08 08:08:40 +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(
|
flowViewModel.markAsRead(
|
||||||
groupId = filterUiState.group?.id,
|
groupId = null,
|
||||||
feedId = filterUiState.feed?.id,
|
feedId = null,
|
||||||
articleId = it.article.id,
|
articleId = it.article.id,
|
||||||
MarkAsReadConditions.All
|
MarkAsReadConditions.All
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user