mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added editing saved search name and color
This commit is contained in:
@@ -21,6 +21,7 @@ package eu.faircode.email;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.SharedPreferences;
|
||||
import android.graphics.Color;
|
||||
import android.text.TextUtils;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
@@ -861,7 +862,12 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
}
|
||||
|
||||
static class SearchCriteria implements Serializable {
|
||||
// Search record
|
||||
long id = -1;
|
||||
String name;
|
||||
int color = Color.TRANSPARENT;
|
||||
|
||||
// Search query
|
||||
String query;
|
||||
boolean fts = false;
|
||||
boolean in_senders = true;
|
||||
|
||||
Reference in New Issue
Block a user