From c57959401e915de13fb6167ec871a1dffe9a0f03 Mon Sep 17 00:00:00 2001 From: srahim Date: Mon, 2 Apr 2012 14:00:23 -0700 Subject: [PATCH] [TIMOB-8100]iOS: barImage hides nav buttons after window transition --- iphone/Classes/TiUIWindowProxy.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Classes/TiUIWindowProxy.m b/iphone/Classes/TiUIWindowProxy.m index ba4d9d18ae4..b8489b56510 100644 --- a/iphone/Classes/TiUIWindowProxy.m +++ b/iphone/Classes/TiUIWindowProxy.m @@ -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); } }