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

Lazily register component callbacks and the network observer on Android. #2104

Merged
merged 6 commits into from
Feb 7, 2024

Conversation

colinrtwhite
Copy link
Member

@colinrtwhite colinrtwhite commented Feb 7, 2024

Registers these checks immediately before our first write to the memory cache and before our first fetch. Both registrations occur on a background thread and guard against leaking the ImageLoader reference.

Resolves: #2097

@colinrtwhite colinrtwhite merged commit f21df5c into main Feb 7, 2024
8 checks passed
@colinrtwhite colinrtwhite deleted the colin/lazy_system_callbacks branch February 7, 2024 07:05
colinrtwhite added a commit that referenced this pull request Feb 9, 2024
colinrtwhite added a commit that referenced this pull request Feb 9, 2024
* Upstream [#2104] to 2.x.

* Delay isOnline request.
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.

Asynchronous initialization of ImageLoader
1 participant