diff --git a/Rewind/View/ImageList.swift b/Rewind/View/ImageList.swift index 8371a0d..d09fe5e 100644 --- a/Rewind/View/ImageList.swift +++ b/Rewind/View/ImageList.swift @@ -17,6 +17,7 @@ struct ImageList: View { var body: some View { NavigationStack { content + .animation(.default, value: viewStore.sorting) .navigationTitle(viewStore.title) .toolbar { toolbar } .fullScreenCover(