Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert XxxRef from Extension Function to Interface Function #74

Merged
merged 1 commit into from
Aug 24, 2024

Commits on Aug 24, 2024

  1. Revert XxxRef from Extension Function to Interface Function

    Reverted the `XxxRef` implementation from an extension function back to an interface-based function due to unexpected
    behavior when combining `PreviewClient` for Compose with `QueryCachingStrategy.NetworkFirst`. By reverting to an
    interface-based function, PreviewClient can handle the `resume` function properly, ensuring expected behavior across all
    combinations.
    
    refs: #70
    ogaclejapan committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    231fb7c View commit details
    Browse the repository at this point in the history