mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Refactoring
This commit is contained in:
@@ -38,9 +38,6 @@ public interface DaoAnswer {
|
||||
@Query("SELECT * FROM answer")
|
||||
LiveData<List<EntityAnswer>> liveAnswers();
|
||||
|
||||
@Query("SELECT * FROM answer WHERE id = :id")
|
||||
LiveData<EntityAnswer> liveAnswer(long id);
|
||||
|
||||
@Insert
|
||||
long insertAnswer(EntityAnswer answer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user