79453077

Date: 2025-02-20 00:30:35
Score: 1
Natty:
Report link

While the solutions by @BenzyNeez work, you can also fix this simply by changing from .paging to .viewAligned(limitBehavior: .always):

 .scrollTargetBehavior(.viewAligned(limitBehavior: .always))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @BenzyNeez
Posted by: Andrei G.