mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Do not unregister typeface result which can lead to a crash.
This commit is contained in:
committed by
Greyson Parrelli
parent
d2523c2661
commit
f72c44c7c3
@@ -56,9 +56,6 @@ object TypefaceCache {
|
||||
}
|
||||
}
|
||||
result.future.addListener(listener)
|
||||
emitter.setCancellable {
|
||||
result.future.removeListener(listener)
|
||||
}
|
||||
}
|
||||
}
|
||||
}.subscribeOn(Schedulers.io())
|
||||
|
||||
Reference in New Issue
Block a user