diff --git a/Classes/Feedback/BITFeedbackWindowController.m b/Classes/Feedback/BITFeedbackWindowController.m index 8003496e..899d78bb 100644 --- a/Classes/Feedback/BITFeedbackWindowController.m +++ b/Classes/Feedback/BITFeedbackWindowController.m @@ -399,12 +399,8 @@ - (void)startLoadingIndicator { } - (void)stopLoadingIndicator { - - // We need to update the UI on the main thread to make sure it updates right away. - dispatch_async( dispatch_get_main_queue(), ^{ - [self.statusBarLoadingIndicator stopAnimation:self]; - [self.statusBarLoadingIndicator setHidden:YES]; - }); + [self.statusBarLoadingIndicator stopAnimation:self]; + [self.statusBarLoadingIndicator setHidden:YES]; [self updateLastUpdate]; }