-
Notifications
You must be signed in to change notification settings - Fork 730
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ensure app is started after native WPF template is applied
If the initial page of the application has an input field as the first focusable element, an exception would occur, as the native overlay layer was not initialized yet. Moving app startup after WPF's OnApplyTemplate ensures that this condition does not occur.
- Loading branch information
1 parent
37323c2
commit 08b3e0e
Showing
1 changed file
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters