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

feat: Initialize Application Handler #1787

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Conversation

dansiegel
Copy link
Contributor

GitHub Issue (If applicable): #

  • n/a

PR Type

What kind of change does this PR introduce?

  • Refactoring

What is the current behavior?

The MauiContext is created on the fly from the MauiApp

What is the new behavior?

The Application is initialized with a Maui Handler / MauiContext. This follows the pattern Maui uses internally and allows us to grab the correct context off of the Application. Makes more direct use of IPlatformApplication.

@dansiegel dansiegel marked this pull request as ready for review August 18, 2023 04:17
@nickrandolph nickrandolph merged commit 0267d2d into main Aug 18, 2023
@nickrandolph nickrandolph deleted the dev/ds/maui-refactoring branch August 18, 2023 04:45
@nickrandolph nickrandolph changed the title Initialize Application Handler feat: Initialize Application Handler Aug 18, 2023
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.

2 participants