mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
osx integration: adapt to socket api changes
This commit is contained in:
parent
807277c0ae
commit
a999884adf
1 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,8 @@ static RequestManager* sharedInstance = nil;
|
|||
_isConnected = YES;
|
||||
_isRunning = NO;
|
||||
|
||||
[self askOnSocket:@"" query:@"SHARE_MENU_TITLE"];
|
||||
|
||||
if( [_requestQueue count] > 0 ) {
|
||||
NSLog( @"We have to empty the queue");
|
||||
for( NSString *path in _requestQueue ) {
|
||||
|
|
Loading…
Reference in a new issue