mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Added cross account move
This commit is contained in:
@@ -28,6 +28,8 @@ import android.os.Build;
|
||||
import org.json.JSONException;
|
||||
import org.json.JSONObject;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.RequiresApi;
|
||||
import androidx.room.Entity;
|
||||
@@ -38,7 +40,7 @@ import androidx.room.PrimaryKey;
|
||||
indices = {
|
||||
}
|
||||
)
|
||||
public class EntityAccount {
|
||||
public class EntityAccount implements Serializable {
|
||||
static final String TABLE_NAME = "account";
|
||||
|
||||
@PrimaryKey(autoGenerate = true)
|
||||
|
||||
Reference in New Issue
Block a user