fix crashes related to missing Rx error handler (#1561)
This commit is contained in:
parent
7bccf23f69
commit
d6ec5ca8d3
3 changed files with 12 additions and 3 deletions
|
@ -89,6 +89,7 @@ fun updateShortcut(context: Context, account: AccountEntity) {
|
|||
|
||||
}
|
||||
.subscribeOn(Schedulers.io())
|
||||
.onErrorReturnItem(false)
|
||||
.subscribe()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue