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

Commit cdb9bd9a authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Fix #101 Option to synchronise notes when opening the app

parent 6275006b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -92,7 +92,6 @@ public class NotesListViewActivity extends AppCompatActivity implements
     * Performs a server synchronization and set the RecyclerView
     */
    private void refresh() {
        swipeRefreshLayout.setRefreshing(true);
        db.getNoteServerSyncHelper().addCallback(new ICallback() {
            @Override
            public void onFinish() {