Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit c3ba70c9 authored by alperozturk's avatar alperozturk
Browse files

revert

parent 95aeee10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
                }