Show if receipt was requested, refactoring

This commit is contained in:
M66B
2019-04-17 20:21:44 +02:00
parent 95738a210e
commit 7c2f221282
83 changed files with 2137 additions and 378 deletions

View File

@@ -19,17 +19,17 @@ package eu.faircode.email;
Copyright 2018-2019 by Marcel Bokhorst (M66B)
*/
import org.json.JSONException;
import org.json.JSONObject;
import java.util.Objects;
import androidx.annotation.NonNull;
import androidx.room.Entity;
import androidx.room.ForeignKey;
import androidx.room.Index;
import androidx.room.PrimaryKey;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.Objects;
import static androidx.room.ForeignKey.CASCADE;
@Entity(