Esri / arcgis-maps-sdk-swift-samples

SwiftUI samples demonstrating various capabilities of ArcGIS Maps SDK for Swift
https://developers.arcgis.com/swift
Apache License 2.0
30 stars 9 forks source link

[Fix] Editing mode bug in favorites view #453

Closed des12437 closed 2 months ago

des12437 commented 2 months ago

Description

This PR fixes a bug where the "Edit" button in the Favorites view causes other samples to be untappable. The fix sets the environment editing mode to .inactive when the Favorites view is dismissed so that other views that show a list of samples are not displayed with an .active editing mode.

Linked Issue(s)

How To Test

philium commented 2 months ago

Alternatively it can be

This isn't doing what you think it is:

image

It is setting the specified environment value on the list view to inactive, the value of the editMode state property.

Please revert.

des12437 commented 2 months ago

@Esri/swift-samples-reviewers Can someone please give this PR a second review?