mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 10:49:04 +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 {
|
try {
|
||||||
OwnCloudClientFactory.createNextcloudClient(user, context)
|
OwnCloudClientFactory.createNextcloudClient(user, context)
|
||||||
} catch (e: AccountUtils.AccountNotFoundException) {
|
} 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
|
null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue