Clean and improve code
[pithos-ios] / Classes / AccountHomeViewController.m
index 0b95acc..c90fb59 100755 (executable)
@@ -39,7 +39,6 @@
     Reachability *reachability = [Reachability reachabilityForInternetConnection];
     if ([reachability currentReachabilityStatus] == kNotReachable) {
         self.account.hasBeenRefreshed = YES;
-        [self hideToolbarActivityMessage];
         [self failOnBadConnection];
     }