mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 22:55:46 +03:00
Fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
d492bce313
commit
12454ed6a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue