From bd0de82f8d1363d31d19931dd06bb1acd55eccae Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 27 Aug 2025 08:14:16 -0700 Subject: [PATCH] Remove extra variable --- Meshtastic/Views/Messages/ChannelMessageList.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Meshtastic/Views/Messages/ChannelMessageList.swift b/Meshtastic/Views/Messages/ChannelMessageList.swift index 8d162aa2..45675170 100644 --- a/Meshtastic/Views/Messages/ChannelMessageList.swift +++ b/Meshtastic/Views/Messages/ChannelMessageList.swift @@ -210,7 +210,6 @@ struct ChannelMessageList: View { } } } - gotFirstUnreadMessage = true } } .onReceive(NotificationCenter.default.publisher(for: UIResponder.keyboardDidShowNotification)) { _ in