mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
comment on empty function block
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
653c5bc395
commit
e1da473f72
@ -299,6 +299,7 @@ class ServerSelectionController :
|
||||
.subscribeOn(Schedulers.io())
|
||||
.subscribe(object : Observer<CapabilitiesOverall> {
|
||||
override fun onSubscribe(d: Disposable) {
|
||||
// unused atm
|
||||
}
|
||||
|
||||
override fun onNext(capabilitiesOverall: CapabilitiesOverall) {
|
||||
|
Loading…
Reference in New Issue
Block a user