Skip to content

Fix navigation bug on iOS #89

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

Merged
merged 4 commits into from
Jul 19, 2024
Merged

Fix navigation bug on iOS #89

merged 4 commits into from
Jul 19, 2024

Conversation

jumaallan
Copy link
Member

@jumaallan jumaallan commented Jul 18, 2024

Story: N/A

Summary

Fixes navigation issues on Flutter iOS side

Known Issues

Any shortcomings in your work. This may include corner cases not correctly handled or issues related
to but not within the scope of your PR. Design compromises should be discussed here if they were not
already discussed above.

Test Instructions

Concise test instructions on how to verify that your feature works as intended. This should include
changes to the development environment (if applicable) and all commands needed to run your work.

Screenshot

If applicable (e.g. UI changes), add screenshots to help explain your work.

@jumaallan jumaallan requested a review from a team as a code owner July 18, 2024 13:46
rootViewController?.addChild(childViewController)
_childViewController = childViewController

if let navigationController = UIApplication.shared.windows.first?.rootViewController as? UINavigationController,
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should be able to refactor the functionality into a function that we can then reuse for the different Job types views. That way if we need to modify the functionality we will only have to do it in one place.

Copy link
Contributor

Choose a reason for hiding this comment

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

Agreed

@tobitech tobitech self-requested a review July 18, 2024 15:44
Copy link
Contributor

@tobitech tobitech left a comment

Choose a reason for hiding this comment

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

Tested this and worked fine!

@jumaallan jumaallan merged commit bd46e14 into main Jul 19, 2024
5 checks passed
@jumaallan jumaallan deleted the feat/fix-navigation-issues branch July 19, 2024 11:17
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.

3 participants