Skip to content

Commit b61619d

Browse files
committed
PR Feedback
1 parent 4e4c568 commit b61619d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Examples/Examples/UtilityNetworkTraceExampleView.swift

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ struct UtilityNetworkTraceExampleView: View {
7272
// Manually account for a device's bottom safe area when using a Floating Panel.
7373
// See also #518.
7474
.padding(.bottom, isPortraitOrientation ? geometryProxy.safeAreaInsets.bottom : nil)
75+
.padding(.top)
7576
}
7677
#else
7778
mapView

Tests/ArcGISToolkitTests/UtilityNetworkTraceViewModelTests.swift

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#if !os(visionOS)
1615
import ArcGIS
1716
@testable import ArcGISToolkit
1817
import XCTest
@@ -309,4 +308,3 @@ private extension PortalItem {
309308
private extension URL {
310309
static let sampleServer7 = URL(string: "https://sampleserver7.arcgisonline.com/portal/sharing/rest")!
311310
}
312-
#endif

0 commit comments

Comments
 (0)