diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/feeds/FeedContentState.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/feeds/FeedContentState.kt index eada2a34b..b17795168 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/feeds/FeedContentState.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/feeds/FeedContentState.kt @@ -113,6 +113,8 @@ class FeedContentState( if (lastNoteTime != lastNoteCreatedAtWhenFullyLoaded.value) { lastNoteCreatedAtWhenFullyLoaded.tryEmit(lastNoteTime) } + } else { + lastNoteCreatedAtWhenFullyLoaded.tryEmit(null) } val currentState = _feedContent.value