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

Conversation

ogaclejapan
Copy link
Contributor

We 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

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 ogaclejapan merged commit 9e98933 into main Aug 24, 2024
1 check passed
@ogaclejapan ogaclejapan deleted the revert-query-ref-func branch August 24, 2024 09:05
@github-actions github-actions bot mentioned this pull request Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant