Selected list row's background remains grey (selected) after navigating back in List (SwiftUI). iOS14 + Xcode12
I had the same problem as soon as I used StackNavigationViewStyle()
.
The issue resolved itself for me by using DefaultNavigationViewStyle()
.