Default share app context's default application state to active.

pull/1/head
Matthew Chen 7 years ago
parent 28f71ff6ec
commit 0ad9e6cac8

@ -34,7 +34,7 @@ NS_ASSUME_NONNULL_BEGIN
_rootViewController = rootViewController;
self.reportedApplicationState = UIApplicationStateInactive;
self.reportedApplicationState = UIApplicationStateActive;
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(extensionHostDidBecomeActive:)

Loading…
Cancel
Save