Fix method name after LocationStateManager consolidation

Update call site to use resolveBookmarkNameIfNeeded instead of
resolveNameIfNeeded, which was renamed during the consolidation.
This commit is contained in:
jack
2025-11-25 08:02:48 -10:00
parent 0fca551966
commit 5495874b5a
+1 -1
View File
@@ -357,7 +357,7 @@ struct LocationChannelsSheet: View {
isPresented = false isPresented = false
} }
.padding(.vertical, 6) .padding(.vertical, 6)
.onAppear { bookmarks.resolveNameIfNeeded(for: gh) } .onAppear { bookmarks.resolveBookmarkNameIfNeeded(for: gh) }
if index < entries.count - 1 { if index < entries.count - 1 {
sectionDivider sectionDivider