mirror of
https://github.com/nextcloud/notes-android.git
synced 2025-08-20 16:07:43 +00:00
@ -923,7 +923,7 @@ public class NotesRepository {
|
|||||||
callbacksPull.put(account.getId(), new ArrayList<>());
|
callbacksPull.put(account.getId(), new ArrayList<>());
|
||||||
}
|
}
|
||||||
syncExecutor.submit(syncTask);
|
syncExecutor.submit(syncTask);
|
||||||
} catch (Throwable e) {
|
} catch (NextcloudFilesAppAccountNotFoundException e) {
|
||||||
Log.e(TAG, "... Could not find " + SingleSignOnAccount.class.getSimpleName() + " for account name " + account.getAccountName());
|
Log.e(TAG, "... Could not find " + SingleSignOnAccount.class.getSimpleName() + " for account name " + account.getAccountName());
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user