mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Index notes
This commit is contained in:
@@ -8312,6 +8312,11 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onExecuted(Bundle args, Void data) {
|
||||
WorkerFts.init(context, false);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
Log.unexpectedError(getParentFragmentManager(), ex);
|
||||
|
||||
@@ -835,7 +835,7 @@ public interface DaoMessage {
|
||||
int setMessageContent(long id, boolean content, String language, Integer plain_only, String preview, String warning);
|
||||
|
||||
@Query("UPDATE message" +
|
||||
" SET notes = :notes, notes_color = :color" +
|
||||
" SET notes = :notes, notes_color = :color, fts = 0" +
|
||||
" WHERE id = :id" +
|
||||
" AND NOT (notes IS :notes AND notes_color IS :color)")
|
||||
int setMessageNotes(long id, String notes, Integer color);
|
||||
|
||||
Reference in New Issue
Block a user