name of LG UCAP downloads is changed

This commit is contained in:
병준 박 2019-12-26 09:35:43 +09:00
parent 0ac2717bbf
commit 3096e95e5c

View File

@ -68,7 +68,7 @@ export class AppAuthenticationService {
...environment.productConfig.defaultSettings.chat, ...environment.productConfig.defaultSettings.chat,
downloadPath: `${await this.nativeService.getPath( downloadPath: `${await this.nativeService.getPath(
'documents' 'documents'
)}/LG UCAP ` )}/LG UCAP downloads`
} }
} }
}; };