Ignore exception when logging out

This commit is contained in:
sim 2023-03-19 18:01:18 +01:00
parent 8450a24a91
commit f29a969425
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ class Api(val context: Context) {
override fun onError(e: Throwable) { override fun onError(e: Throwable) {
e.printStackTrace() e.printStackTrace()
block()
then()
} }
override fun onComplete() { override fun onComplete() {