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

Fix displayed to not assume UIViewController starts not displayed #192

Merged
merged 2 commits into from
Sep 6, 2023

Conversation

mgray88
Copy link
Collaborator

@mgray88 mgray88 commented Jul 3, 2023

Description

The observable returned from displayed should not assume a UIViewController starts "not displayed." Instead it should wait until subscription to determine if the window is visible at that time.

Fixes #186

Checklist

  • this PR is based on develop or a 'develop related' branch
  • the commits inside this PR have explicit commit messages
  • the Jazzy documentation has been generated (if needed -> Jazzy RxFlow)

@mgray88 mgray88 requested a review from twittemb July 3, 2023 22:11
@github-actions
Copy link

github-actions bot commented Sep 2, 2023

This pull-request has not received any recent updates and will be closed soon.

@github-actions github-actions bot added the stale label Sep 2, 2023
@mgray88 mgray88 merged commit 2cba1e0 into main Sep 6, 2023
2 checks passed
@mgray88 mgray88 deleted the fix/rxvisible branch September 6, 2023 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

displayed is incorrect if subscription occurs when view is already on screen
1 participant