mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 17:45:19 +00:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user