We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd05d2a commit 2071459Copy full SHA for 2071459
face/build.gradle
@@ -43,7 +43,7 @@ repositories {
43
}
44
def libraryGroupId = 'io.blockv.sdk'
45
def libraryArtifactId = 'face'
46
-def libraryVersion = '3.0.1'
+def libraryVersion = '3.0.2'
47
48
task sourceJar(type: Jar) {
49
from android.sourceSets.main.java.srcDirs
face/src/main/java/io/blockv/face/client/FaceManagerImpl.kt
@@ -221,7 +221,7 @@ class FaceManagerImpl(
221
})
222
emitter.setDisposable(disposables)
223
224
- .subscribeOn(Schedulers.io())
+ .subscribeOn(AndroidSchedulers.mainThread())
225
226
.observeOn(AndroidSchedulers.mainThread())
227
0 commit comments