-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using `@Environment(\.dismiss) private var dismiss` apparently hits some SwiftUI bug or somesuch leading to endless loops in the main thread. Using `@Environment(\.presentationMode) private var presentationMode` is fine, though --> revert everthing to use presentationMode. Revert "Use DismissAction in ContactDetails" This reverts commit 3f8c806. Revert "Use DismissAction in AddTopLevelNavigation" This reverts commit cfdfbfb. Revert "Use DismissAction in EditGroupSubject" This reverts commit 26d64a8. Revert "Use DismissAction in ImageCropView" This reverts commit e0e7943.
- Loading branch information
1 parent
9cff539
commit bd4e00f
Showing
3 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters