mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
@@ -83,9 +83,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (BOOL)canStopActivityIndicator {
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)stopActivityIndicator
|
||||
{
|
||||
[activityIndicator stopAnimating];
|
||||
if ([self canStopActivityIndicator]) {
|
||||
[activityIndicator stopAnimating];
|
||||
}
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user