Skip to content

Commit 6fd2989

Browse files
committed
Remove viewpoint jump workaround.
1 parent f9781c2 commit 6fd2989

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Shared/Supporting Files/Views/SampleLink.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ struct SampleLink: View {
3434
NavigationLink {
3535
SampleDetailView(sample: sample)
3636
.id(sample.name)
37-
// Workaround for bug that causes a map view to jump to the bottom
38-
// of its map when a keyboard is presented in landscape mode.
39-
.ignoresSafeArea(.keyboard, edges: .bottom)
4037
} label: {
4138
SampleRow(sample, textToBold: textToBold)
4239
}

0 commit comments

Comments
 (0)