From 5495874b5a9a7f90ca4fd55e0e29cca308cb1cfe Mon Sep 17 00:00:00 2001 From: jack Date: Tue, 25 Nov 2025 08:02:48 -1000 Subject: [PATCH] Fix method name after LocationStateManager consolidation Update call site to use resolveBookmarkNameIfNeeded instead of resolveNameIfNeeded, which was renamed during the consolidation. --- bitchat/Views/LocationChannelsSheet.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitchat/Views/LocationChannelsSheet.swift b/bitchat/Views/LocationChannelsSheet.swift index 998e60d7..25c8967d 100644 --- a/bitchat/Views/LocationChannelsSheet.swift +++ b/bitchat/Views/LocationChannelsSheet.swift @@ -357,7 +357,7 @@ struct LocationChannelsSheet: View { isPresented = false } .padding(.vertical, 6) - .onAppear { bookmarks.resolveNameIfNeeded(for: gh) } + .onAppear { bookmarks.resolveBookmarkNameIfNeeded(for: gh) } if index < entries.count - 1 { sectionDivider