Do not unregister typeface result which can lead to a crash.
This commit is contained in:
parent
d2523c2661
commit
f72c44c7c3
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ object TypefaceCache {
|
|||
}
|
||||
}
|
||||
result.future.addListener(listener)
|
||||
emitter.setCancellable {
|
||||
result.future.removeListener(listener)
|
||||
}
|
||||
}
|
||||
}
|
||||
}.subscribeOn(Schedulers.io())
|
||||
|
|
Loading…
Add table
Reference in a new issue