X-Git-Url: https://code.grnet.gr/git/pithos-ios/blobdiff_plain/7feb25a5ca63d68a3fb964d307cffca0735f73fe..4419f5fe952976bc137b413e7f3122fbb87d93ca:/Classes/AccountHomeViewController.m diff --git a/Classes/AccountHomeViewController.m b/Classes/AccountHomeViewController.m index 0b95acc..c90fb59 100755 --- a/Classes/AccountHomeViewController.m +++ b/Classes/AccountHomeViewController.m @@ -39,7 +39,6 @@ Reachability *reachability = [Reachability reachabilityForInternetConnection]; if ([reachability currentReachabilityStatus] == kNotReachable) { self.account.hasBeenRefreshed = YES; - [self hideToolbarActivityMessage]; [self failOnBadConnection]; }