mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-09 17:36:31 +00:00
A little bit of code cleanup
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
}
|
||||
|
||||
- (void) connectionStarted {
|
||||
printf("Connection started\n");
|
||||
NSLog(@"Connection started");
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[self.spinner stopAnimating];
|
||||
[self.stageLabel setText:@"Waiting for first frame..."];
|
||||
|
||||
Reference in New Issue
Block a user