Skip to content

Commit

Permalink
Fixed SelectedRowProblem of NearestTask
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Messlehner committed Jan 18, 2010
1 parent 9355421 commit e0104af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Classes/ContextsGPSViewController.m
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ - (void)viewDidLoad {
[super viewDidLoad]; [super viewDidLoad];
} }


- (void)viewWillAppear:(BOOL)animated {
ALog ("ContextsGPSViewController appeared");
if(self.listViewController != nil)
[self.listViewController loadData];
[super viewWillAppear:animated];
}

- (void)didReceiveMemoryWarning { - (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning]; [super didReceiveMemoryWarning];


Expand Down
2 changes: 1 addition & 1 deletion toodledo-objc

0 comments on commit e0104af

Please sign in to comment.