mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +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;
|
_isConnected = YES;
|
||||||
_isRunning = NO;
|
_isRunning = NO;
|
||||||
|
|
||||||
|
[self askOnSocket:@"" query:@"SHARE_MENU_TITLE"];
|
||||||
|
|
||||||
if( [_requestQueue count] > 0 ) {
|
if( [_requestQueue count] > 0 ) {
|
||||||
NSLog( @"We have to empty the queue");
|
NSLog( @"We have to empty the queue");
|
||||||
for( NSString *path in _requestQueue ) {
|
for( NSString *path in _requestQueue ) {
|
||||||
|
|
Loading…
Reference in a new issue