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

Add getCurrentSyncs() in ShadowContentResolver #7225

Merged
merged 1 commit into from Apr 16, 2022

Conversation

Akshay2131
Copy link
Contributor

@Akshay2131 Akshay2131 commented Apr 7, 2022

Overview

Added getCurrentSyncs() in ShadowContentResolver.
Close #7191

Proposed Changes

Added getCurrentSyncs() method will return a list of currently active syncs,

@Akshay2131
Copy link
Contributor Author

@utzcoz and @hoisie could you please review it?

@utzcoz
Copy link
Member

utzcoz commented Apr 8, 2022

Please read https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue to learn how to link your PR with issue.

Copy link
Member

@utzcoz utzcoz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Akshay2131 . LGTM. cc @hoisie.

@Akshay2131
Copy link
Contributor Author

Thanks for your support @utzcoz and @hoisie

@Akshay2131 Akshay2131 requested a review from hoisie April 9, 2022 12:13
@utzcoz
Copy link
Member

utzcoz commented Apr 16, 2022

Hi @hoisie , could you help to review this PR? Thanks.

@utzcoz utzcoz merged commit aba4680 into robolectric:master Apr 16, 2022
@hoisie
Copy link
Contributor

hoisie commented Apr 16, 2022

Not a big deal, but in general I like to see formatting changes in separate commits, as it keeps git commit history cleaner.

@utzcoz
Copy link
Member

utzcoz commented Apr 16, 2022

Not a big deal, but in general I like to see formatting changes in separate commits, as it keeps git commit history cleaner.

I prefer to combine formatting with related changed, because code change maybe bring new formatting problem. If separate commits for formatting are acceptable, I will not request contributors to do it at later review progress.

@Akshay2131 Akshay2131 deleted the getSyncs branch April 16, 2022 08:43
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.

Add getCurrentSyncs() in ShadowContentResolver
3 participants