|
@@ -144,7 +144,7 @@
|
|
|
NSString * backupsDefaultPath = [HWDataManager getStringWithKey:Const_photo_backups_default_path];
|
|
NSString * backupsDefaultPath = [HWDataManager getStringWithKey:Const_photo_backups_default_path];
|
|
|
|
|
|
|
|
if(!backupsDefaultPath || backupsDefaultPath.length == 0){
|
|
if(!backupsDefaultPath || backupsDefaultPath.length == 0){
|
|
|
- backupsDefaultPath = @"sdcard/Download";
|
|
|
|
|
|
|
+ backupsDefaultPath = DefaultBackupsPath;
|
|
|
[HWDataManager setStringWithKey:Const_photo_backups_default_path value:backupsDefaultPath];
|
|
[HWDataManager setStringWithKey:Const_photo_backups_default_path value:backupsDefaultPath];
|
|
|
}
|
|
}
|
|
|
|
|
|