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

Commit 103bff73 authored by cketti's avatar cketti
Browse files

Use a folder's database ID as list item ID

parent 3a158a7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -456,7 +456,7 @@ public class FolderList extends K9ListActivity {


        public long getItemId(int position) {
            return mFilteredFolders.get(position).folder.getServerId().hashCode() ;
            return mFilteredFolders.get(position).folder.getDatabaseId();
        }

        public int getCount() {