forked from organicmaps/organicmaps
[iPhone] Removed activity indicator for countries which are marked for download
Closed #152
This commit is contained in:
parent
d9f0eb0f28
commit
4cec869c18
1 changed files with 0 additions and 8 deletions
|
@ -186,14 +186,6 @@ static bool IsOurIndex(TIndex const & theirs, TIndex const & ours)
|
|||
{
|
||||
cell.textLabel.textColor = [UIColor lightGrayColor];
|
||||
cell.detailTextLabel.text = [NSString stringWithFormat: @"Marked for downloading, touch to cancel"];
|
||||
if (!indicator)
|
||||
{
|
||||
indicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle: UIActivityIndicatorViewStyleGray];
|
||||
indicator.hidesWhenStopped = NO;
|
||||
cell.accessoryView = indicator;
|
||||
[indicator release];
|
||||
}
|
||||
[indicator stopAnimating];
|
||||
}
|
||||
break;
|
||||
case ENotDownloaded:
|
||||
|
|
Loading…
Add table
Reference in a new issue