Skip to content

Commit

Permalink
[TIMOB-7613] Do not update title view in view did disappear
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalduggal committed Feb 13, 2012
1 parent a9219b3 commit 72f24f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iphone/Classes/TiUIWindowProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,6 @@ - (void)viewWillDisappear:(BOOL)animated; // Called when the view is dismissed,
- (void)viewDidDisappear:(BOOL)animated; // Called after the view was dismissed, covered or otherwise hidden. Default does nothing
{
animating = NO;
[self updateTitleView];
[super viewDidDisappear:animated];
}

Expand Down

0 comments on commit 72f24f9

Please sign in to comment.