SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.21k stars 230 forks source link

Fix the issue when Indicator is hidden, which still preserve the layout on watchOS (have no issues on iOS/tvOS/macOS) #75

Closed dreampiggy closed 4 years ago

dreampiggy commented 4 years ago

The ZStack does not response to the inner aspectRatio modifier on watchOS (works on iOS/tvOS/macOS). Thanks Apple :)

codecov[bot] commented 4 years ago

Codecov Report

Merging #75 into master will decrease coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
- Coverage   72.42%   72.34%   -0.09%     
==========================================
  Files           9        9              
  Lines         671      669       -2     
==========================================
- Hits          486      484       -2     
  Misses        185      185
Flag Coverage Δ
#ios 72.34% <ø> (-0.09%) :arrow_down:
Impacted Files Coverage Δ
...DWebImageSwiftUI/Classes/Indicator/Indicator.swift 52.63% <ø> (-4.52%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ee786be...0cde522. Read the comment docs.