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

Allow microsoft-ui-xaml to support multiple sets of styles #3690

Merged
merged 18 commits into from
Dec 4, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/dll/XamlControlsResources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void SetDefaultStyleKeyWorker(winrt::IControlProtected const& controlProtected,
if (auto control5 = controlProtected.try_as<winrt::IControl5>())
{
winrt::Uri uri{
[]() -> wstring_view {
[]() -> std::wstring {

// RS3 styles should be used on builds where ListViewItemPresenter's VSM integration works.
const bool isRS3OrHigher = SharedHelpers::DoesListViewItemPresenterVSMWork();
Expand Down