Skip to content

Commit

Permalink
[unimodules/core] Fix AppDelegate swift bug (#8526)
Browse files Browse the repository at this point in the history
* Fix swift AppDelegate bug

* synthesize window
  • Loading branch information
EvanBacon committed May 28, 2020
1 parent 67847f4 commit 2ca2fbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@unimodules/core/ios/UMCore/UMAppDelegateWrapper.m
Expand Up @@ -10,6 +10,8 @@

@implementation UMAppDelegateWrapper

@synthesize window = _window;

- (void)forwardInvocation:(NSInvocation *)invocation {
#if DEBUG
SEL selector = [invocation selector];
Expand Down

0 comments on commit 2ca2fbc

Please sign in to comment.