瀏覽代碼

bugfix change user Nextcloud App

Marino Faggiana 8 年之前
父節點
當前提交
784746a7b0
共有 1 個文件被更改,包括 3 次插入0 次删除
  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];
 }