mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 04:32:02 +00:00
Merge pull request #2043 from nextcloud/settingsControllerMigration
Migrate SettingsController to kotlin + viewbinding
This commit is contained in:
commit
580a96b664
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(
|
||||
@JsonField(name = ["meta"])
|
||||
var meta: GenericMeta? = null
|
||||
) : IGenericOCS, Parcelable {
|
||||
) : Parcelable {
|
||||
// This constructor is added to work with the 'com.bluelinelabs.logansquare.annotation.JsonObject'
|
||||
constructor() : this(null)
|
||||
|
||||
override fun getGenericMeta(): GenericMeta? {
|
||||
return meta
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
build:
|
||||
maxIssues: 91
|
||||
maxIssues: 89
|
||||
weights:
|
||||
# complexity: 2
|
||||
# LongParameterList: 1
|
||||
|
@ -1 +1 @@
|
||||
364
|
||||
361
|
@ -1,2 +1,2 @@
|
||||
DO NOT TOUCH; GENERATED BY DRONE
|
||||
<span class="mdl-layout-title">Lint Report: 1 error and 132 warnings</span>
|
||||
<span class="mdl-layout-title">Lint Report: 1 error and 104 warnings</span>
|
||||
|
Loading…
Reference in New Issue
Block a user