You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have observed that the List row remains highlighted when we come back from detail screen as shown in Screenshot. I have tried multiple things to resolve this but didn't find any solution. Ultimately I ended up using LazyVStack inside ScrollView in my application. I have observed when we keep List inside any container like VStack, Group etc this issue happens. As in MovieSwift app it happens for Movies Tab but not for Fan Club and My Lists.
The text was updated successfully, but these errors were encountered:
* fix the bug that selected list row remains highlighted
* show the indicator of horizontal scrollView
* make the width of backdrop image more suitable on small screen size (4.0-inch)
* add bottom padding to avoid overlap between image and indicator of scrollview
* filter same people and sorted people by their name alphabetically
* add filter to avoid loading same data duplicately
fred-maussion
pushed a commit
to fred-maussion/MovieSwiftUI
that referenced
this issue
Feb 1, 2024
Dimillian#70) (Dimillian#66)
* fix the bug that selected list row remains highlighted
* show the indicator of horizontal scrollView
* make the width of backdrop image more suitable on small screen size (4.0-inch)
* add bottom padding to avoid overlap between image and indicator of scrollview
* filter same people and sorted people by their name alphabetically
* add filter to avoid loading same data duplicately
I have observed that the List row remains highlighted when we come back from detail screen as shown in Screenshot. I have tried multiple things to resolve this but didn't find any solution. Ultimately I ended up using LazyVStack inside ScrollView in my application. I have observed when we keep List inside any container like VStack, Group etc this issue happens. As in MovieSwift app it happens for Movies Tab but not for Fan Club and My Lists.
The text was updated successfully, but these errors were encountered: