mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 06:55:42 +03:00
comment on empty function block
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
653c5bc395
commit
e1da473f72
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ class ServerSelectionController :
|
||||||
.subscribeOn(Schedulers.io())
|
.subscribeOn(Schedulers.io())
|
||||||
.subscribe(object : Observer<CapabilitiesOverall> {
|
.subscribe(object : Observer<CapabilitiesOverall> {
|
||||||
override fun onSubscribe(d: Disposable) {
|
override fun onSubscribe(d: Disposable) {
|
||||||
|
// unused atm
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onNext(capabilitiesOverall: CapabilitiesOverall) {
|
override fun onNext(capabilitiesOverall: CapabilitiesOverall) {
|
||||||
|
|
Loading…
Reference in a new issue