Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-12-11 17:31:02 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-12-11 17:31:02 +0300
commit29ad60c6d8cd17bdc3b09a902033811c4f52be1f (patch)
tree3a5ed5cfdf16c0fb7f61dd76874df639a133b022 /iOSClient/AutoUpload
parent43ff70861e91da2d79cd5e85530ea98c0fd1af8f (diff)
clear code
Diffstat (limited to 'iOSClient/AutoUpload')
-rw-r--r--iOSClient/AutoUpload/NCAutoUpload.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/iOSClient/AutoUpload/NCAutoUpload.m b/iOSClient/AutoUpload/NCAutoUpload.m
index e25403fed..15546ea87 100644
--- a/iOSClient/AutoUpload/NCAutoUpload.m
+++ b/iOSClient/AutoUpload/NCAutoUpload.m
@@ -373,7 +373,7 @@
// Create the folder for auto upload & if request the subfolders
if ([[NCNetworking shared] createFolderWithAssets:newAssetToUpload selector:selector useSubFolder:tableAccount.autoUploadCreateSubfolder account:appDelegate.account urlBase:appDelegate.urlBase]) {
if ([selector isEqualToString:selectorUploadAutoUploadAll]) {
- [[NCContentPresenter shared] messageNotification:@"_error_" description:@"_error_createsubfolders_upload_" delay:[[NCBrandGlobal shared] dismissAfterSecond] type:messageTypeError errorCode:k_CCErrorInternalError forced:true];
+ [[NCContentPresenter shared] messageNotification:@"_error_" description:@"_error_createsubfolders_upload_" delay:[[NCBrandGlobal shared] dismissAfterSecond] type:messageTypeError errorCode:NCBrandGlobal.shared.ErrorInternalError forced:true];
dispatch_async(dispatch_get_main_queue(), ^{
[_hud hideHud];
});