mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +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,
|
||||
lng,
|
||||
)
|
||||
} as Callable<SingleSource<Boolean?>>,
|
||||
},
|
||||
).subscribeOn(Schedulers.io())
|
||||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.subscribe({ aBoolean: Boolean? ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue