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

Unverified Commit 1db66545 authored by alperozturk's avatar alperozturk Committed by Andy Scherzinger
Browse files

remove comment

parent d64889ef
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -552,7 +552,6 @@ public class NotesRepository {
                if (response.isSuccessful()) {
                if (response.isSuccessful()) {
                    final var updatedNote = response.body();
                    final var updatedNote = response.body();
                    if (updatedNote != null) {
                    if (updatedNote != null) {
                        //db.getNoteDao().updateNote(note);
                        scheduleSync(account, false);
                        scheduleSync(account, false);
                    }
                    }
                }
                }