mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
style(detekt): Comment on all EmptyFunctionBlock cases
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
f820277779
commit
abebe6fcad
@ -62,9 +62,11 @@ class LeaveConversationWorker(context: Context, workerParams: WorkerParameters)
|
||||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.subscribe(object : Observer<GenericOverall?> {
|
||||
override fun onSubscribe(d: Disposable) {
|
||||
// unused atm
|
||||
}
|
||||
|
||||
override fun onNext(p0: GenericOverall) {
|
||||
// unused atm
|
||||
}
|
||||
|
||||
override fun onError(e: Throwable) {
|
||||
|
@ -197,7 +197,9 @@ object DisplayUtils {
|
||||
.crossfade(true)
|
||||
.transformations(CircleCropTransformation())
|
||||
.target(object : Target {
|
||||
override fun onStart(placeholder: Drawable?) {}
|
||||
override fun onStart(placeholder: Drawable?) {
|
||||
// unused atm
|
||||
}
|
||||
override fun onError(error: Drawable?) {
|
||||
chip.chipIcon = error
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
build:
|
||||
maxIssues: 125
|
||||
maxIssues: 122
|
||||
weights:
|
||||
# complexity: 2
|
||||
# LongParameterList: 1
|
||||
|
Loading…
Reference in New Issue
Block a user