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