Skip to content

Commit c3ba70c

Browse files
committed
revert
Signed-off-by: alperozturk <[email protected]>
1 parent 95aeee1 commit c3ba70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/it/niedermann/owncloud/notes/persistence/NotesRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ void onPostExecute(SyncResultStatus status) {
923923
callbacksPull.put(account.getId(), new ArrayList<>());
924924
}
925925
syncExecutor.submit(syncTask);
926-
} catch (Throwable e) {
926+
} catch (NextcloudFilesAppAccountNotFoundException e) {
927927
Log.e(TAG, "... Could not find " + SingleSignOnAccount.class.getSimpleName() + " for account name " + account.getAccountName());
928928
e.printStackTrace();
929929
}

0 commit comments

Comments
 (0)