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

Commit b95b4bcc authored by Niedermann IT-Dienstleistungen's avatar Niedermann IT-Dienstleistungen
Browse files

#456 Sync icon stays when change favorite state via swipe

parent 93364b2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -421,7 +421,7 @@ public class NotesListViewActivity extends AppCompatActivity implements ItemAdap
                    }
                    case ItemTouchHelper.RIGHT: {
                        final DBNote dbNote = (DBNote) adapter.getItem(viewHolder.getAdapterPosition());
                        db.toggleFavorite(dbNote, null);
                        db.toggleFavorite(dbNote, syncCallBack);
                        refreshLists();
                        break;
                    }