mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Fix active call manager.
For real this time.
This commit is contained in:
@@ -236,7 +236,7 @@ class ActiveCallManager(
|
||||
|
||||
if (requiresAsyncNotificationLoad) {
|
||||
notificationDisposable = Single.fromCallable { createNotification(recipient, isVideoCall, skipAvatarLoad = false) }
|
||||
.observeOn(Schedulers.io())
|
||||
.subscribeOn(Schedulers.io())
|
||||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.subscribeBy {
|
||||
notification = it
|
||||
|
||||
Reference in New Issue
Block a user