mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
WikidataFeedback.kt: removed unneeded cast
This commit is contained in:
parent
2c6f05714b
commit
6000788076
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class WikidataFeedback : BaseActivity() {
|
||||||
lat,
|
lat,
|
||||||
lng,
|
lng,
|
||||||
)
|
)
|
||||||
} as Callable<SingleSource<Boolean?>>,
|
},
|
||||||
).subscribeOn(Schedulers.io())
|
).subscribeOn(Schedulers.io())
|
||||||
.observeOn(AndroidSchedulers.mainThread())
|
.observeOn(AndroidSchedulers.mainThread())
|
||||||
.subscribe({ aBoolean: Boolean? ->
|
.subscribe({ aBoolean: Boolean? ->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue