diff --git a/Meshtastic/Views/Messages/ChannelMessageList.swift b/Meshtastic/Views/Messages/ChannelMessageList.swift index 4435adb4..b4aaea67 100644 --- a/Meshtastic/Views/Messages/ChannelMessageList.swift +++ b/Meshtastic/Views/Messages/ChannelMessageList.swift @@ -210,6 +210,7 @@ struct ChannelMessageList: View { withAnimation { scrollView.scrollTo(firstUnreadMessageId, anchor: .top) showScrollToBottomButton = true + gotFirstUnreadMessage = true } } }