-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download from api #84
Conversation
…wnloadFromApi # Conflicts: # app/src/main/java/fr/medicapp/medicapp/api/address/apiInteractions/MedicationDownload.kt
…wnloadFromApi # Conflicts: # app/src/main/java/fr/medicapp/medicapp/ui/navigation/UserNavGraph.kt
} | ||
db.RelationsDAO().delete(relation.relationInfo) | ||
} | ||
} |
Check warning
Code scanning / detekt
Checks whether files end with a line separator. Warning
fun delete(interactions : Interactions) { | ||
db.InteractionsDAO().delete(interactions) | ||
} | ||
} |
Check warning
Code scanning / detekt
Checks whether files end with a line separator. Warning
@Delete | ||
fun delete(interactions: Interactions) | ||
|
||
} |
Check warning
Code scanning / detekt
Checks whether files end with a line separator. Warning
@Delete | ||
fun delete(relation: RelationInfo) | ||
|
||
} |
Check warning
Code scanning / detekt
Checks whether files end with a line separator. Warning
entityColumn = "interaction_id" | ||
) | ||
val interactions: List<Interactions> = emptyList() | ||
) |
Check warning
Code scanning / detekt
Checks whether files end with a line separator. Warning
val id: Long = 0L, | ||
val substance: String = "", | ||
val com: String = "" | ||
) |
Check warning
Code scanning / detekt
Checks whether files end with a line separator. Warning
interactions = interactions | ||
) | ||
} | ||
} |
Check warning
Code scanning / detekt
Checks whether files end with a line separator. Warning
Quality Gate passedIssues Measures |
No description provided.