mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Migrate SettingsController to kotlin + viewbinding
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
19186feb5f
commit
84fea0ba80
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -30,11 +30,7 @@ import kotlinx.android.parcel.Parcelize
|
|||||||
data class GenericOverall(
|
data class GenericOverall(
|
||||||
@JsonField(name = ["meta"])
|
@JsonField(name = ["meta"])
|
||||||
var meta: GenericMeta? = null
|
var meta: GenericMeta? = null
|
||||||
) : IGenericOCS, Parcelable {
|
) : Parcelable {
|
||||||
// This constructor is added to work with the 'com.bluelinelabs.logansquare.annotation.JsonObject'
|
// This constructor is added to work with the 'com.bluelinelabs.logansquare.annotation.JsonObject'
|
||||||
constructor() : this(null)
|
constructor() : this(null)
|
||||||
|
|
||||||
override fun getGenericMeta(): GenericMeta? {
|
|
||||||
return meta
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
build:
|
build:
|
||||||
maxIssues: 91
|
maxIssues: 89
|
||||||
weights:
|
weights:
|
||||||
# complexity: 2
|
# complexity: 2
|
||||||
# LongParameterList: 1
|
# LongParameterList: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user