mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 19:21:32 +02:00
Fixes feed filter update when changing the top nav filter
This commit is contained in:
@@ -113,6 +113,8 @@ class FeedContentState(
|
||||
if (lastNoteTime != lastNoteCreatedAtWhenFullyLoaded.value) {
|
||||
lastNoteCreatedAtWhenFullyLoaded.tryEmit(lastNoteTime)
|
||||
}
|
||||
} else {
|
||||
lastNoteCreatedAtWhenFullyLoaded.tryEmit(null)
|
||||
}
|
||||
|
||||
val currentState = _feedContent.value
|
||||
|
Reference in New Issue
Block a user