Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

CB-11470 App crashes when trying to open from another app using Custo… #180

Merged
merged 1 commit into from
Jul 2, 2016
Merged

CB-11470 App crashes when trying to open from another app using Custo… #180

merged 1 commit into from
Jul 2, 2016

Conversation

daserge
Copy link
Contributor

@daserge daserge commented Jun 30, 2016

…m URL (Protocol)

Jira issue

According to the docs:

The SplashScreen property is available on all Windows.ApplicationModel.Activation classes.

@codecov-io
Copy link

Current coverage is 72.17%

Merging #180 into master will not change coverage

@@             master       #180   diff @@
==========================================
  Files            14         14          
  Lines          1905       1905          
  Methods         351        351          
  Messages          0          0          
  Branches        385        385          
==========================================
  Hits           1375       1375          
  Misses          530        530          
  Partials          0          0          

Powered by Codecov. Last updated by 04a0099...37f6494

@purplecabbage
Copy link
Contributor

What is the type of Windows.ApplicationModel.Activation.ActivationKind?

@daserge
Copy link
Contributor Author

daserge commented Jul 1, 2016

It's Windows.ApplicationModel.Activation.ActivationKind.
The gist is that we are calling splashscreen.firstShow and thus the activated function only when ApplicationExecutionState not in (running, suspended), i.e. when the splashscreen is not initialized.

@asfgit asfgit merged commit 37f6494 into apache:master Jul 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants