Skip to content

Conversation

@asklar
Copy link
Member

@asklar asklar commented May 31, 2020

Fixes #5070 (follow up from #4949)

Microsoft Reviewers: Open in CodeFlow

@asklar asklar requested a review from a team as a code owner May 31, 2020 03:10
@vmoroz
Copy link
Member

vmoroz commented May 31, 2020

The fix is already part of my PR #5071

void App::OnLaunched(winrt::Windows::ApplicationModel::Activation::LaunchActivatedEventArgs e) {
base::OnLaunched(e);
auto window = xaml::Window::Current();
window.Activate();
Copy link
Member

Choose a reason for hiding this comment

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

tivate [](start = 11, length = 6)

Note: Vladimir's change does not have the Activate call. Is this needed?

Copy link
Member

@dannyvv dannyvv left a comment

Choose a reason for hiding this comment

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

:shipit:

@asklar
Copy link
Member Author

asklar commented Jun 2, 2020

abandoning as vlad already fixed this in another PR

@asklar asklar closed this Jun 2, 2020
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.

Sample applications do not run after PR #4949

3 participants