Fix code analytics

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-03-01 15:40:50 +01:00 committed by Alper Öztürk
parent d492bce313
commit 12454ed6a1

View file

@ -127,7 +127,7 @@ class ComposeActivity : DrawerActivity() {
try {
OwnCloudClientFactory.createNextcloudClient(user, context)
} catch (e: AccountUtils.AccountNotFoundException) {
Log_OC.e(this, "Error caught at init of AssistantRepository", e)
Log_OC.e(this, "Error caught at init of createNextcloudClient", e)
null
}
}