File tree Expand file tree Collapse file tree
app/src/main/java/com/owncloud/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979import com .owncloud .android .lib .common .OwnCloudClientManagerFactory ;
8080import com .owncloud .android .lib .common .utils .Log_OC ;
8181import com .owncloud .android .lib .resources .status .NextcloudVersion ;
82- import com .owncloud .android .lib .resources .status .OCCapability ;
8382import com .owncloud .android .lib .resources .status .OwnCloudVersion ;
8483import com .owncloud .android .ui .activity .SyncedFoldersActivity ;
8584import com .owncloud .android .ui .notifications .NotificationUtils ;
8887import com .owncloud .android .utils .PermissionUtil ;
8988import com .owncloud .android .utils .ReceiversHelper ;
9089import com .owncloud .android .utils .SecurityUtils ;
91- import com .owncloud .android .utils .theme .CapabilityUtils ;
9290import com .owncloud .android .utils .theme .ViewThemeUtils ;
9391
9492import org .conscrypt .Conscrypt ;
@@ -754,6 +752,8 @@ public static void setAppContext(Context context) {
754752 public static String getStoragePath () {
755753 return MainApp .storagePath ;
756754 }
755+
756+
757757
758758 public static void setStoragePath (String path ) {
759759 MainApp .storagePath = path ;
You can’t perform that action at this time.
0 commit comments