Skip to content

Commit

Permalink
Merge pull request #4988 from vishalduggal/timob-15691
Browse files Browse the repository at this point in the history
[TIMOB-15691] Ensure row proxy goes through the refreshView cycle
  • Loading branch information
pec1985 committed Dec 6, 2013
2 parents ad44573 + c857cb6 commit b3bd6d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iphone/Classes/TiUITableViewRowProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ -(void)windowWillOpen
{
attaching = YES;
[super windowWillOpen];
[self setParentVisible:YES];
attaching = NO;
}

Expand Down

0 comments on commit b3bd6d0

Please sign in to comment.