From 060714654281fbd3bd233779b09eca7fd923aa65 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 27 Aug 2025 08:21:44 -0700 Subject: [PATCH] Add back gotFirstUnreadMessage variable --- Meshtastic/Views/Messages/ChannelMessageList.swift | 1 + 1 file changed, 1 insertion(+) 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 } } }