Skip to content

Commit

Permalink
don't show loading indicator on subviews on viewWillAppear
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Feb 15, 2012
1 parent ed7d75a commit 791da3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CAENLabStatus/DZCSubLabsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ - (void)refreshData

- (void)loadData
{
[self startLoading];

self.labs = nil;

for (DZCLab *lab in self.lab.subLabs) {
Expand Down

0 comments on commit 791da3f

Please sign in to comment.