mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Show keywords
This commit is contained in:
@@ -186,7 +186,7 @@ public abstract class DB extends RoomDatabase {
|
||||
if (value == null)
|
||||
return new String[0];
|
||||
else
|
||||
return TextUtils.split(" ", value);
|
||||
return TextUtils.split(value, " ");
|
||||
}
|
||||
|
||||
@TypeConverter
|
||||
|
||||
Reference in New Issue
Block a user