From f798aeac3f916f40ae8370965b74fbd6e116be75 Mon Sep 17 00:00:00 2001 From: Alex Sherstnev Date: Sun, 18 Jan 2026 01:27:00 +0100 Subject: [PATCH] add sorting animation --- Rewind/View/ImageList.swift | 1 + 1 file changed, 1 insertion(+) 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(