commit 9ca959d8d323364765c05f3821de5a4dff21232a
parent 584a20ade172c3e7449c8c507d2e3c3486efb077
Author: William Casarin <jb55@jb55.com>
Date: Tue, 4 Apr 2023 10:44:42 -0700
Allow image size to adjust even if we have it cached
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/damus/Components/ImageCarousel.swift b/damus/Components/ImageCarousel.swift
@@ -79,9 +79,6 @@ struct ImageCarousel: View {
view.framePreloadCount = 3
}
.imageModifier({ img in
- guard self.image_fill == nil else {
- return
- }
let img_size = img.size
let is_animated = img.kf.imageFrameCount != nil
let geo_size = geo.size