AK
Size: a a a
AK
BP
BP
ЮЛ
КР
QH
AA
ЮЛ
ds
IS
AN
ds
AN
ds
AN
П
query += when {есть мысли?
!userAccountEntity.imageURL.isNullOrEmpty() -> "u.imageURL = ?"
!userAccountEntity.nick.isNullOrEmpty() -> "u.nick = ?"
!userAccountEntity.age?.trueIfNull()!! -> "u.age = ?"
!userAccountEntity.about.isNullOrEmpty() -> "u.about = ?"
else -> return 0
}
VP
query += when {есть мысли?
!userAccountEntity.imageURL.isNullOrEmpty() -> "u.imageURL = ?"
!userAccountEntity.nick.isNullOrEmpty() -> "u.nick = ?"
!userAccountEntity.age?.trueIfNull()!! -> "u.age = ?"
!userAccountEntity.about.isNullOrEmpty() -> "u.about = ?"
else -> return 0
}
VP
П
VP