mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-22 00:11:58 +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) {
|
if (lastNoteTime != lastNoteCreatedAtWhenFullyLoaded.value) {
|
||||||
lastNoteCreatedAtWhenFullyLoaded.tryEmit(lastNoteTime)
|
lastNoteCreatedAtWhenFullyLoaded.tryEmit(lastNoteTime)
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
lastNoteCreatedAtWhenFullyLoaded.tryEmit(null)
|
||||||
}
|
}
|
||||||
|
|
||||||
val currentState = _feedContent.value
|
val currentState = _feedContent.value
|
||||||
|
Reference in New Issue
Block a user