Explorar el Código

bugfix change user Nextcloud App

Marino Faggiana hace 8 años
padre
commit
784746a7b0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Share Ext/ShareViewController.m

+ 3 - 0
Share Ext/ShareViewController.m

@@ -138,6 +138,9 @@
 {
     [super viewWillAppear:animated];
     
+    // BUGFIX 2.17 - Change user Nextcloud App
+    [[CCNetworking sharedNetworking] settingAccount];
+    
     if ([[CCUtility getBlockCode] length] > 0 && [CCUtility getOnlyLockDir] == NO)
         [self openBKPasscode];
 }