mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-23 16:57:02 +00:00
fixed a lot of jank. created a utils file and removed unused files
This commit is contained in:
@@ -18,15 +18,9 @@ static NSOperationQueue* mainQueue;
|
||||
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
||||
{
|
||||
mainQueue = [[NSOperationQueue alloc]init];
|
||||
return YES;
|
||||
}
|
||||
|
||||
+ (NSOperationQueue*) getMainOpQueue
|
||||
{
|
||||
return mainQueue;
|
||||
}
|
||||
|
||||
- (void)applicationWillResignActive:(UIApplication *)application
|
||||
{
|
||||
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
|
||||
|
||||
Reference in New Issue
Block a user