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

Commit ce960250 authored by stefan-niedermann's avatar stefan-niedermann Committed by Niedermann IT-Dienstleistungen
Browse files

#528 Save the excerpt in a separate column

Also load excerpt, when content is not pruned
parent 02e4976a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -405,7 +405,7 @@ public class NoteSQLiteOpenHelper extends SQLiteOpenHelper {
                cursor.getString(7),
                DBStatus.parse(cursor.getString(2)),
                accountId,
                pruneContent ? cursor.getString(8) : ""
                cursor.getString(8)
        );
    }