Skip to content

Commit

Permalink
Merge pull request tidev#1896 from srahim/timob-8100
Browse files Browse the repository at this point in the history
[TIMOB-8100] iOS: barImage hides nav buttons after window transition
  • Loading branch information
vishalduggal committed Apr 3, 2012
2 parents 2c66759 + c579594 commit 430d68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/TiUIWindowProxy.m
Expand Up @@ -328,7 +328,7 @@ -(void)setBarImage:(id)value
[self replaceValue:[self sanitizeURL:value] forKey:@"barImage" notification:NO];
if (controller!=nil)
{
TiThreadPerformOnMainThread(^{[self updateBarImage];}, [NSThread isMainThread]);
TiThreadPerformOnMainThread(^{[self updateBarImage];}, NO);
}
}

Expand Down

0 comments on commit 430d68a

Please sign in to comment.