Skip to content

Commit

Permalink
Merge pull request #4352 from jonalter/timob-14095-3_1_X
Browse files Browse the repository at this point in the history
[TIMOB-14095] Fix build failing with Xcode 4.4.1
  • Loading branch information
srahim committed Jun 4, 2013
2 parents b2e777a + f5c79df commit 8ee8ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/AppModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ -(void)_restart:(id)unused
/* Force window proxy closure, and wipe away the view update queue */
NSArray * proxyArray = [[viewController valueForKey:@"windowProxies"] copy];
for (TiWindowProxy * thisWindowProxy in proxyArray) {
[thisWindowProxy close:@{@"animated":@NO}];
[thisWindowProxy close:[NSDictionary dictionaryWithObject:NO forKey:@"animated"]];
}
[TiLayoutQueue resetQueue];
[proxyArray release];
Expand Down

0 comments on commit 8ee8ce5

Please sign in to comment.