mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 22:03:55 +01:00
remove the null value
This commit is contained in:
parent
9a2aea9840
commit
7b746ffed2
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ data class UploadResult(
|
||||||
constructor(parcel: Parcel) : this(
|
constructor(parcel: Parcel) : this(
|
||||||
parcel.readString() ?: "",
|
parcel.readString() ?: "",
|
||||||
parcel.readString() ?: "",
|
parcel.readString() ?: "",
|
||||||
parcel.readInt() ?: 0,
|
parcel.readInt(),
|
||||||
parcel.readString() ?: "",
|
parcel.readString() ?: "",
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue