summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-24 04:10:10 -0700
committerFuwn <[email protected]>2025-06-24 04:10:10 -0700
commit38d0e657e587d6cd7246de48b28245bcbcdb1054 (patch)
tree706df8c86e6fbde8d1b42e6ec19c5c0245060610
parentfeat: Development commit (diff)
downloadsora-testing-38d0e657e587d6cd7246de48b28245bcbcdb1054.tar.xz
sora-testing-38d0e657e587d6cd7246de48b28245bcbcdb1054.zip
feat: Development commit
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift
index bfc2b1b..5b44a10 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -100,6 +100,7 @@ struct PostGridView: View { // swiftlint:disable:this type_body_length
}
.animation(.easeInOut, value: manager.isLoading)
}
+ .id(query.id)
.opacity(isActive ? 1 : 0)
.frame(height: isActive ? nil : 0)
.animation(.easeInOut, value: isActive)