Ver Fonte

bugfix change user Nextcloud App

Marino Faggiana há 8 anos atrás
pai
commit
784746a7b0
1 ficheiros alterados com 3 adições e 0 exclusões
  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];
 }