upgrade Android gradle plugin, Kotlin and jetifier (#1468)
This commit is contained in:
parent
6f50704b7d
commit
d4f80f308d
5 changed files with 5 additions and 54 deletions
|
|
@ -29,6 +29,6 @@ data class DeletedStatus(
|
|||
@SerializedName("created_at") val createdAt: Date
|
||||
) {
|
||||
fun isEmpty(): Boolean {
|
||||
return text == null && attachments == null;
|
||||
return text == null && attachments == null
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue