-
Notifications
You must be signed in to change notification settings - Fork 710
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 null check for top pane title #5526
Add null check for top pane title #5526
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, don't think a test for this would add much value.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@MartinZikmund, could you please merge with the latest main and start a new pipeline with /azp run ? |
You will not be able to start the pipelines but if you could merge main that would be great! |
4d37255
to
fa3ec9b
Compare
@RBrid @StephenLPeters done 👍 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@StephenLPeters FYI merged |
Description
Adds a null check to ensure
NavigationView
does not crash when trying to accessPaneTitleOnTopPane
when it is not part of the template.Motivation and Context
Fixes #5525
How Has This Been Tested?
Locally and in Uno Platform port.