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